0.1.2 • Published 9 years ago

express-easy-generator v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Express-easy application generator.

Installation

$ npm install -g express-easy-generator

Quick Start

The quickest way to get started with express-easy and express is to utilize the executable express-easy to generate an application as shown below:

Create the app:

$ express-easy my-project
cd my-project

Install dependencies:

$ npm install

Rock and Roll

$ npm start

And, if you like, run the tests

$ npm test

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
-V, --version       output the version number
    --git           add .gitignore
-f, --force         force on non-empty directory

License

MIT