yk-generator
v1.0.6
Published
create yk express or create yk-koa koa2
Downloads
12
Readme
yk-generator
Installation
$ npm install -g yk-generator
Quick 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/yktest
Install dependencies;
$ npm i