1.1.3 • Published 7 years ago

conso-generator v1.1.3

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

npm.io

Fast, Configurable, Intelligent web framework for node.

NPM version NPM quality build status Test coverage David deps NPM download

Installation

$ npm install -g conso-generator

Commands

conso init [projectName] [Option]

Quick Start

  • Create the app:

$ conso init showcase && cd showcase
  • Install dependencies:

$ npm install
  • Start the server:

$ npm start

Then Open http://localhost:3000

Options

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

-V, --version               output the version number
-v, --view <view>           set view dir
-e, --engine <engine>       set view engine
-p, --public <engine>       set public dir
-r, --routes <routes>       set routes dir
-c, --config <filename>     set config filename
-f, --force                 force to override directory
    --git                   add .gitignore
-h, --help                  output usage information

License

MIT

1.1.3

7 years ago

1.1.2

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago