create-koa-app
Advanced tools
+20
| # create-koa-app | ||
| > Create koa apps with [koa-base-boilerplate](https://github.com/flypie2/koa-base-boilerplate) | ||
| ## install | ||
| ```shell | ||
| su #then input your root password | ||
| npm install create-koa-app -g | ||
| ``` | ||
| ## usage | ||
| ```shell | ||
| create-koa-app [your app name] | ||
| ``` | ||
| then, you have your koa app based on [koa-base-boilerplate](https://github.com/flypie2/koa-base-boilerplate) | ||
| ok ^.^ |
+1
-1
| { | ||
| "name": "create-koa-app", | ||
| "version": "0.0.3", | ||
| "version": "0.0.4", | ||
| "description": "Create koa apps with koa-base-boilerplate", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2278
20.47%8
14.29%20
300%