MooVeeStar is a MV* Framework built ontop of MooTools. It has been based off other MVC Frameworks such as Backbone.js and Epitome.
See the documentation at http://rgthree.github.io/mooveestar/
- The minified file of MooVeeStar is at /mooveestar-min.js
- The full source file of MooVeeStar is at /src/mooveestar.js
MooVeeStar uses grunt to automate linting, testing and compressing.
-
Clone your fork to your local machine
$ git clone git@github.com:<your_username>/mooveestar.git -
Install the development dependencies
$ cd mooveestar $ npm install -
Make your changes in
src/mooveestar.js -
Add/modify your tests in
test/tests/test.js -
Run grunt to lint, test and compress your work
$ grunt -
If all goes well, commit with a thought out message
-
If you have contributions, send a pull request
