1.2.1 • Published 2 years ago

viccc_cli v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

A CLI tool to create KOA project.

Usage

npm i -g cc_cli
cc_cli
  1. Input your project name.
  2. Select the middleware you want in your project.
  3. 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.