DocPad Extras
A test runner for all of DocPad's officially supported extensions
-
Setup a development copy of DocPad
cd ~ git clone https://github.com/bevry/docpad.git cd docpad cake compile npm link
-
Setup this repository
cd ~ git clone https://github.com/docpad/extras.git docpad-extras cd docpad-extras npm link docpad npm install chmod +x ./app
-
Learn how this application works
./app --help
-
Clone out all the officially supported plugins and skeletons
./app clone
-
Run the tests against the cloned out plugins
./app test
Licensed under the incredibly permissive MIT license
Copyright © 2012+ Bevry Pty Ltd us@bevry.me (http://bevry.me)
Copyright © 2011 Benjamin Lupton b@lupton.cc (http://balupton.com)


