Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 517 Bytes

File metadata and controls

19 lines (15 loc) · 517 Bytes

MiXer.js

A library to make implementing mixins in JavaScript a bit easier. Below is a quick start guide. For actual documentation, see the doc/ directory. For unit tests, see the tests/ directory. For a coding quick start, see QUICKSTART.

Building

To build minified script (reduces script size by ~50%; need Java installed): $> make

To remove build directory and everything in it: $> make clean

License

MiXer is released under a slightly modified MIT license. See LICENSE for details.