0.0.13 • Published 12 years ago
movement v0.0.13
movement
Simple Framework built using Express + a lot of stuff
Installation
npm install movementUse from the command line:
> movement new app_name
> cd app_name
> npm install
> movement generate controller controller_name
> movement generate resource resource_name
> movement console Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request