0.2.0 • Published 10 years ago

generator-koa v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-koa Build Status

A Koa generator for Yeoman.

.
├── controllers
│   └── messages.js
├── public
|   ├── scripts
|   └── styles
|       └── main.css    
├── test
|   └── routeSpec.js
├── views
|   ├── layout.html
|   └── list.html
├── .editorconfig
├── .jshintrc
├── app.js
└── package.json

Install

Install with npm.

$ npm install -g yo
$ npm install -g generator-koa

Make a new directory and cd into it:

$ mkdir new-project && cd $_

Finally, initiate the generator:

$ yo koa

Start

Requires Node.js >= v5.0.0

$ npm start

Test

$ npm test

See Koa Examples

License

MIT License @ Peter Vilja

0.2.0

10 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago