1.0.3 • Published 6 years ago

kapi-cli v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

KApi-cli

KApi-cli is 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.

中文文档

Installation

$ npm install -g kapi-cli

Usage

$ kapi init <project-name>

Example:

$ kapi init my-project

License

MIT