0.2.0 • Published 10 years ago
generator-koa v0.2.0
generator-koa 
.
├── controllers
│ └── messages.js
├── public
| ├── scripts
| └── styles
| └── main.css
├── test
| └── routeSpec.js
├── views
| ├── layout.html
| └── list.html
├── .editorconfig
├── .jshintrc
├── app.js
└── package.jsonInstall
Install with npm.
$ npm install -g yo$ npm install -g generator-koaMake a new directory and cd into it:
$ mkdir new-project && cd $_Finally, initiate the generator:
$ yo koaStart
Requires Node.js >= v5.0.0
$ npm startTest
$ npm testSee Koa Examples
License
MIT License @ Peter Vilja