Home

Awesome

Prime with Class

Make Prime Classy.

If you're used to MooTools 1.x Class, and think prime is too basic? Classy will give you your familiar features:

Wrapping functions and reseting are not very elegant however. I would advice to use the basic prime wherever possible.

TODO

Building and testing

To test and build Classy run:

# run this once to install the devDependencies (wrapup and mocha)
npm install -d

# install other dependencies (MooTools prime)
npm install

make

Other targets in the Makefile are build, build-min or test.

Testing is done with mocha, and building is done by wrapup.