Skip to content

gumuz/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • CSS 36.1%
  • HTML 34.7%
  • JavaScript 29.2%