Home

Awesome

jsdock

JavaScript Style Guide Codeship Status for cdaringe/jsdock

what

a zero configuration tool for well-styled API docs and publishing to gh-pages. just write JSDoc and let jsdock do the rest.

why

there are some good patterns for publishing library API docs that jsdoc doesn't give you right out of the box. jsdock is for library authors who want no brainer API docs without managing boilerplate.

install

npm install --save-dev jsdock

example

// package.json
{
  "scripts": {
    "docs:build": jsdock build, // builds to docs/ dir in project root
    "docs:publish": jsdoc publish, // publish to <user>.github.io/<project>
    "docs:clean": jsdock clean
  }
}

currently you must:

api/demo

see the api docs.

really?

yes. configuration sucks. checking it in is totally 2016.

sorry for the confusing name. ;)