express-ion
v0.1.0
Published
Boost your express.js development with this thin mvc framework.
Downloads
6
Maintainers
Readme
express-ion
Boost your express.js development with this thin mvc framework.
Installation
$ npm install -g express-ion-cli
Usage
Help
$ expression --help
Create new project
It installs the defaults expression configuration and packages
$ npm install -g express-generator
$ cd myApp
$ express
$ expression add:mvc
$ npm install
Add a gulp based build system
$ expression add:gulp
$ npm install