synchronizer

Build AMD projects into a single UMD file.

MIT License

Stars
3
Committers
2

Synchronizer

Build AMD projects into a single UMD file.

Install

You can install Synchronizer locally and use its API or you can install globally to use as an executable.

Install using NPM:

npm install -g synchronizer

Example

Optimize a project using the defaults.

synchronizer lib/index > bundle.js

Tests

Unit tests can be invoked from the command line via:

npm test

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 Mike Pennisi & Tim Branyen Licensed under the MIT license.