Skip to content

A powerful! collection of low-level plugins for MooTools

Notifications You must be signed in to change notification settings

cpojer/PowerTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 3, 2012
b041dfa · May 3, 2012

History

23 Commits
Oct 19, 2011
Oct 19, 2011
Feb 25, 2011
Feb 25, 2011
Feb 25, 2011
Feb 25, 2011
May 2, 2012
Feb 25, 2011
May 3, 2012
Jul 25, 2011
May 2, 2012
Jul 21, 2011
May 2, 2012
May 2, 2012
May 2, 2012
May 2, 2012
Feb 4, 2011
Feb 4, 2011

Repository files navigation

MooTools PowerTools!

PowerTools! for MooTools brings powerful low-level Plugins to speed up the development of JavaScript-heavy web applications.

Download, Build and Demos

Download

git clone git://github.com/cpojer/PowerTools.git
cd PowerTools
./update

Included Components

Build

Build via Packager.

./register
./build <path/to/packager> > 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 repository of each component you want to build. If your packager executable is in your PATH you do not have to specify it manually.

Update all repositories

./update <remote>

Where is the name of the git remote, defaults to 'origin'.

Credits

Thanks to @timwienk for helping me with the bash scripts.