# gitee-cli **Repository Path**: razielez/gitee-cli ## Basic Information - **Project Name**: gitee-cli - **Description**: gitee cli 命令行工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-06-05 - **Last Updated**: 2023-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gitee-cli 封装了`gitee Open API` 的一个命令行工具. ## Description 实现功能 `Pull Request` - info - list - edit - create - close todo: 其余功能待完善, 自己需要才会封装... ## Getting Started ### Dependencies - jdk17+ - GraalVM 22.1.0 - Maven 其中 `GraalVM` 自带 `jdk` , 直接使用即可 ### Installing #### GraalVM - [GraalVM SDK Releases](https://github.com/graalvm/graalvm-ce-builds/releases/) 配置好graalVM 环境后 验证 `java --version` 安装 `native-image` 组件 ```bash $ gu install native-image ``` 验证 ```bash $ gu list ComponentId Version Component name Stability Origin --------------------------------------------------------------------------------------------------------------------------------- graalvm 22.1.0 GraalVM Core Supported js 22.1.0 Graal.js Supported native-image 22.1.0 Native Image Early adopter github.com $ native-image --version ``` ### ```bash $ ./bin/build.sh $ ./bin/run.sh ``` ## Ref - [Gitee Open API](https://gitee.com/api/v5/swagger#/getV5ReposOwnerRepoStargazers?ex=no) - [GraalVM 官方文档](https://www.graalvm.org/docs/getting-started/)