jugglinmike / amdclean

An AMD build tool that converts AMD code to standard JavaScript
http://gregfranko.com/amdclean/
MIT License
5 stars 0 forks source link

AMDClean

Build Status

Tests

Unit tests can be invoked from the command line via:

$ npm test

Tests assert expectations over JavaScript ASTs. The expected ASTs include "fuzzy" identifier names of the pattern __UNBOUND{number}__ in order to avoid hard-coding procedurally-generated identifiers (which are an internal concern).

Documentation

At the moment there are no pubished resources for API documentation, but fear not, you can generate the API documentation by running:

$ npm run jsdoc

Once that completes you can open docs/index.html in your browser.

License

Copyright (c) 2014 Tim Branyen & Mike Pennisi
Licensed under the MIT license.