kapi-cli
Version:
27 lines (18 loc) • 526 B
Markdown
# KApi-cli
KApi-cli is [KApi](https://github.com/rfw/KApi)'s scaffolding, which allows you to develop api interfaces faster using nodejs
KApi requires node v7.6.0 or higher for ES2015 and async function support.
[中文文档](https://github.com/rfw/KApi-cli/wiki/%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3)
### Installation
```
$ npm install -g kapi-cli
```
### Usage
```
$ kapi init <project-name>
```
Example:
```
$ kapi init my-project
```
### License
[MIT](http://opensource.org/licenses/MIT)