Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.18 KB

MooVeeStar

MooVeeStar is a MV* Framework built ontop of MooTools. It has been based off other MVC Frameworks such as Backbone.js and Epitome.

Documentation

See the documentation at http://rgthree.github.io/mooveestar/

Source

Development

MooVeeStar uses grunt to automate linting, testing and compressing.

  1. Fork the MooVeeStar repo

  2. Clone your fork to your local machine

     $ git clone [email protected]:<your_username>/mooveestar.git
    
  3. Install the development dependencies

     $ cd mooveestar
     $ npm install
    
  4. Make your changes in src/mooveestar.js

  5. Add/modify your tests in test/tests/test.js

  6. Run grunt to lint, test and compress your work

     $ grunt 
    
  7. If all goes well, commit with a thought out message

  8. If you have contributions, send a pull request