yk-generator
v1.0.6
Published
create yk express or create yk-koa koa2
Downloads
10
Readme
yk-generator
Installation
$ npm install -g yk-generatorQuick Start
the way to get started with express to generate an application as shown below;
Create the app by express
$ yk /temp/yktest && cd /temp/yktest
if create the app by koa2
$ yk-koa /temp/yktest && cd /temp/yktestInstall dependencies;
$ npm i
