ran-express-genertor

1.3.6 • Public • Published

Express Logo

Express' application generator.

Installation

$ npm install -g ran-express-genertor

Quick Start

Based on express-generator', this is a complete "basic" app generator.

Create a basic app with mongoose and no Cluster and no socket IO:

$ ran --mgnc "app name"

Install dependencies:

$ npm install

Start your Express.js app at http://localhost:5000/:

$ npm start

Command Line Options

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

    Usage: ran [options] [dir]

    Options:
          --version           output the version number
      -s, --stack <Stack id>  express app with a stack below
          --mgnc              express mongoose no cluster
          --mgwc              express mongoose with cluster
          --msnc              express mySQL no cluster
          --mswc              express mySQL with cluster
      -io, --socket <id>      add or not socket io to project
           --io,              add socket io to project
      -h, --help              output usage information

Package Sidebar

Install

npm i ran-express-genertor

Weekly Downloads

0

Version

1.3.6

License

ISC

Unpacked Size

35.3 kB

Total Files

26

Last publish

Collaborators

  • ran-j