zyobagen
v1.0.4
Published
Express' application generator
Downloads
9
Maintainers
Readme
Express' application generator, customized by Zyoba
Quick Start
The quickest way to get started with express is to utilize the executable express(1)
to generate an application as shown below:
Create the app:
$ npm install -g zyobagen
$ zyobagen /tmp/foo && cd /tmp/foo
Install dependencies:
$ npm install
Update application config:
$ cp sample-config.js config.js
Rock and Roll
$ node app