1.0.4 • Published 10 years ago

zyobagen v1.0.4

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

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

License (MIT)

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago