1.0.4 • Published 11 years ago
zyobagen v1.0.4
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/fooInstall dependencies:
$ npm installUpdate application config:
$ cp sample-config.js config.jsRock and Roll
$ node app