PowerTools! for MooTools brings powerful low-level Plugins to speed up the development of JavaScript-heavy web applications.
Download
git clone git://github.com/cpojer/PowerTools.git
cd PowerTools
./update
- Custom-Event
- Mobile
- Class-Extras
- History
- DynamicMatcher
- Form-Placeholder
- Form-AutoGrow
- Event-Stack
- Scroll-Loader
- Tree
- Interface
Build via Packager. Requires packager to be globally available.
./register
./build > powertools.js
This builds all of PowerTools! and puts the contents into 'powertools.js'. Alternatively you can also ./register all parts of PowerTools! and then build them manually. For more information on this see the repositories of each component.
Update all repositories
./update <remote>
Where is the name of the git remote, defaults to 'origin'.
Thanks to @timwienk for helping me with the bash scripts.