0.0.4 • Published 11 years ago
ydr-express-generator v0.0.4
Express' application generator.
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 express-generator
$ express /tmp/foo && cd /tmp/fooInstall dependencies:
$ npm installRock and Roll
$ npm start