https://github.com/rgthree/mooveestar
MooVeeStar is a MV* Framework built ontop of MooTools
https://github.com/rgthree/mooveestar
Last synced: 9 months ago
JSON representation
MooVeeStar is a MV* Framework built ontop of MooTools
- Host: GitHub
- URL: https://github.com/rgthree/mooveestar
- Owner: rgthree
- Created: 2013-03-22T02:17:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T00:09:36.000Z (about 12 years ago)
- Last Synced: 2025-08-29T08:23:58.100Z (10 months ago)
- Language: JavaScript
- Size: 1.21 MB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

==========
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/](http://rgthree.github.io/mooveestar/)
## Source
- The minified file of MooVeeStar is at /[mooveestar-min.js](mooveestar-min.js)
- The full source file of MooVeeStar is at /[src/mooveestar.js](src/mooveestar.js)
## Development
MooVeeStar uses grunt to automate linting, testing and compressing.
1. [Fork the MooVeeStar repo](https://help.github.com/articles/fork-a-repo)
2. Clone your fork to your local machine
$ git clone git@github.com:/mooveestar.git
2. Install the development dependencies
$ cd mooveestar
$ npm install
3. Make your changes in `src/mooveestar.js`
4. Add/modify your tests in `test/tests/test.js`
5. Run grunt to lint, test and compress your work
$ grunt
6. If all goes well, commit with a thought out message
7. If you have contributions, send a [pull request](https://help.github.com/articles/using-pull-requests)