This repository contains RightJS common use plugins, you can find all the documentation, builds and so on at the official site over here:
In order to build any of the plugins on your own you'll need NodeJS and if you also have npm you might want to install the nake tools
npm install nake
After that either run nake
nake build
or, if you don't have npm, just run the Nakefile
directly with NodeJS
node Nakefile build
Try, -l
or --list
key to see which other tasks are available
And you also can build/pack/check only some of the plugins
nake build OPTIONS=dnd,keys
The code released under terms of the MIT License
Copyright (C) 2009-2011 Nikolay Nemshilov