1.0.0 • Published 4 years ago

jsdoc-ilafolt v1.0.0

Weekly downloads
18
License
-
Repository
github
Last release
4 years ago

Minami

Funny theme for JSDoc 3.

Fork from Minami.

Uses

Install

$ npm install --save-dev jsdoc-ilafolt

Usage

Clone repository to your designated jsdoc template directory, then:

$ jsdoc entry-file.js -t path/to/jsdoc-ilafolt

Node.js Dependency

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

"scripts": {
  "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
}

In your .jsdoc.json file, add a template option.

"opts": {
  "template": "node_modules/jsdoc-ilafolt"
}

Example JSDoc Config

{
    "templates": {
        "title": "ilafolt",
        "navigates": [
            {
                "text": "Text",
                "url": "your/url",
                "_blank": true
            }
        ]
    }
}
1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago