0.2.0 • Published 8 years ago

generator-koa v0.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago