Fast, Configurable, Intelligent web framework for node.
$ npm install -g conso-generator
conso init [projectName] [Option]
- Create the app:
$ conso init showcase && cd showcase
- Install dependencies:
$ npm install
- Start the server:
$ npm start
Then Open http://localhost:3000
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