viccc_cli
v1.2.1
Published
### Usage ```bash npm i -g cc_cli cc_cli ```
Downloads
1
Readme
A CLI tool to create KOA project.
Usage
npm i -g cc_cli
cc_cli
- Input your project name.
- Select the middleware you want in your project.
- Input the port your server wants to listen default.
The Config List You Can do with:
- Koa static
- Koa router
- Koa body
- Koa views
Test
Also, put some simply unit tests in test
folder for correctness.