2.1.0 • Published 9 years ago

loke-jsdoc-theme v2.1.0

Weekly downloads
374
License
-
Repository
github
Last release
9 years ago

LOKE JSDoc Theme

Also see the howto doc

Based on Minami - A clean, responsive documentation template theme for JSDoc 3.

TODO: show LOKE theme...

Screenshot

Install

$ npm install --save-dev loke-jsdoc-theme

Basic Usage

Clone repository to your designated jsdoc template directory, then:

$ jsdoc /my/code.js -t path/to/theme

Package.json Usage

In your projects package.json file add a generate script:

"script": {
  "generate-docs": "jsdoc --configure node_modules/loke-jsdoc-theme/default.jsdoc.json --verbose"
}

To build docs run:

$ npm run generate-docs

Alternatively copy the default configuration file from the NPM package to the project folder and customise it. See http://usejsdoc.org/about-configuring-jsdoc.html

License

Licensed under the Apache2 license.

2.1.0

9 years ago

2.0.0

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.1

9 years ago

1.0.0

9 years ago