0.1.0 • Published 7 years ago

express-ion v0.1.0

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

express-ion NPM version Build Status Dependency Status Coverage percentage

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