0.0.3 • Published 7 years ago

koa2-boot v0.0.3

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

koa2-boot

koa2-boot is a tool to generate a scaffold of koa2 project.

install

$ npm i -g koa2-boot

Usage

After installation, you can use command kb to generate a scaffold based on a avaiable templates. You can list the templates with kb list.

$ kb list

Support basic for now!!!

Then use kb new to start a scaffold.

$ kb new <template> <project-name>

Use template basic to generate project demo.

$ kb new basic demo