Wercker docs built with gulp and metalsmith.
hub clone wercker/docs
Make sure to have npm>=2.0.0
installed to build local modules.
wercker dev --publish 1337
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
- Wercker must always be lowercase, unless it's at the beginning of a sentence.
- Prefer American English
- All nouns which are normally two words in English should be written as two
words. e.g.
- Run time and not runtime
- Query string
- Start up
- Except terms of art, e.g.
- Capitalize proper nouns like Elasticsearch