Wercker docs built with gulp and metalsmith.
$ hub clone wercker/docs
Make sure to have npm>=2.0.0
installed to build local modules.
Lifecycle scripts included in dev:
postinstall
echo 'linklocal' && linklocal link -r && linklocal list -r | bulk -c 'npm install'
start
npm run build && npm run open
test
semistandard
available via `npm run-script`:
build
gulp build
clean
rm -rf {cache,release,coverage}
content
gulp content
open
open http://localhost:1337 && httpster -d build -p 1337
watch
watchify index.js -t brfs -o build/bundle.js
format
semistandard-format -w