# gm-api-cli **Repository Path**: lianyujoy/gm-api-cli ## Basic Information - **Project Name**: gm-api-cli - **Description**: 用于GM后台API的命令行工具 ... - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gm-api-cli 用于GM后台API的命令行工具 ... [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Gratipay][licensed-image]][licensed-url] [npm-image]: https://img.shields.io/npm/v/gm-api-cli.svg [npm-url]: https://www.npmjs.org/package/gm-api-cli [downloads-image]: https://img.shields.io/npm/dt/gm-api-cli.svg [downloads-url]: https://npmjs.org/package/gm-api-cli [licensed-image]: https://img.shields.io/badge/license-MIT-blue.svg [licensed-url]: ttps://gitee.com/lianyujoy/gm-api-cli/blob/master/LICENSE ## Install ```bash npm i -g gm-api-cli ``` ## Usages ```bash gmc -h Usage: gmc [command] [options] Options: -V, --version output the version number -h, --help output usage information Commands: init 初始化配置 ... test 调试接口 ... project 配置项目 ... socket 配置 Socket连接 ... protobuf 更新 Protobuf ... interface API配置接口 ... ``` ## License this repo is released under the [MIT License](https://gitee.com/lianyujoy/gm-api-cli/blob/master/LICENSE).