@migenius/jsdoc-template

1.0.2 • Public • Published

migenius template for JSDoc 3

Installation

Install the template using NPM:

npm install @migenius/jsdoc-template --save-dev

Usage

If you already have JSDoc system, you can use this project as JSDoc template. More information about JSDoc command-line arguments can be found here.

jsdoc -c conf.json -R README.md

conf.json

You can set options for customizing your documentations. Notice the "template" field for setting the path to pixi-jsdoc-template.

{
  "templates": {
      "applicationName": "Demo",
      "disqus": "",
      "googleAnalytics": "",
      "openGraph": {
          "title": "",
          "type": "website",
          "image": "",
          "site_name": "",
          "url": ""
      },
      "meta": {
          "title": "",
          "description": "",
          "keyword": ""
      },
      "linenums": true,
      "source": {
          "include": [
              "./src/"
          ],
          "includePattern": ".+\\.js(doc)?$",
          "excludePattern": "(^|\\/|\\\\)_"
      },
      "opts": {
          "encoding": "utf8",
          "recurse": true,
          "private": false,
          "lenient": true,
          "destination": "./docs",
          "template": "./node_modules/@migenius/jsdoc-template"
      }
  },
  "pixi": {
      "styles": ["path/to/custom/styles.css"],
      "scripts": ["path/to/custom/script.js"]
   }
}

License

This project under the MIT License. and this project refered by default template for JSDoc 3.

Package Sidebar

Install

npm i @migenius/jsdoc-template

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

677 kB

Total Files

38

Last publish

Collaborators

  • bhack
  • paularden-onshape