0.0.3 • Published 8 years ago
koa2-boot v0.0.3
koa2-boot
koa2-boot is a tool to generate a scaffold of koa2 project.
install
$ npm i -g koa2-bootUsage
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 listSupport
basicfor 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