jbrook / docs

:open_file_folder: Wercker docs

Home Page:http://devcenter.wercker.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wercker-docs

wercker status semistandard-style

Wercker docs built with gulp and metalsmith.

Install

hub clone wercker/docs

Make sure to have npm>=2.0.0 installed to build local modules.

Running with wercker dev

wercker dev --publish 1337

Usage

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

Style Guide

License

MIT

About

:open_file_folder: Wercker docs

http://devcenter.wercker.com/

License:MIT License


Languages

Language:HTML 45.4%Language:CSS 28.3%Language:JavaScript 26.3%