Skip to content

An AMD build tool that converts AMD code to standard JavaScript

License

Notifications You must be signed in to change notification settings

jugglinmike/amdclean

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An AMD build tool that converts AMD code to standard JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%