https://github.com/oxyc/umd-bestiejs
Experimental module definition pattern inspired by BestieJS
https://github.com/oxyc/umd-bestiejs
Last synced: about 1 year ago
JSON representation
Experimental module definition pattern inspired by BestieJS
- Host: GitHub
- URL: https://github.com/oxyc/umd-bestiejs
- Owner: oxyc
- Created: 2013-06-27T11:33:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-18T21:34:01.000Z (about 12 years ago)
- Last Synced: 2025-03-23T04:23:59.743Z (about 1 year ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UMD BestieJS [](https://travis-ci.org/oxyc/umd-bestiejs)
============
_Note this is NOT a BestieJS module._
Experimental module definition pattern developed by [BestieJS](https://github.com/bestiejs)
and modified into an [Universal Module Definition](https://github.com/umdjs/umd) pattern by oxyc.
Thanks to the BestieJS pattern a series of environments and build systems are
supported and tested in this repository:
- [Rhino](https://developer.mozilla.org/en-US/docs/Rhino)
- [RingoJS](http://ringojs.org)
- [Narwhal](https://github.com/280north/narwhal)
- [D8](http://code.google.com/p/v8/)
- [Browserify](http://browserify.org/)
- [Component](http://component.io/)
- [r.js](http://requirejs.org/docs/optimization.html)
- AMD loaders
- Browsers
### Tests
After cloning this repository, run `npm install` to install the test dependencies.
Once that is done you can run the tests with `npm test`.