express-easy-generator

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i express-easy-generator

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • newz2000