An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

UMD BestieJS [![Build Status](https://travis-ci.org/oxyc/umd-bestiejs.svg?branch=master)](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`.