gc-jaguarjs-jsdoc

0.0.1 • Public • Published

Jaguar.js template for JSDoc 3

Usage

  1. If you want to create documentations with sample files, you can use commands below.
$ npm install
$ grunt demo
  1. You can see any output related jsdoc process with a --debug flag.
$ grunt demo --debug
  1. If you already have jsdoc system, you can use this project as jsdoc template.
$ jsdoc -t `project folder` -c `configuration file` `source files` `README.md file`

conf.json

You can set options for customizing your documentations.

"templates": {
    "applicationName": "Demo",
    "disqus": "",
    "googleAnalytics": "",
    "openGraph": {
        "title": "",
        "type": "website",
        "image": "",
        "site_name": "",
        "url": ""
    },
    "meta": {
        "title": "",
        "description": "",
        "keyword": ""
    },
    "linenums": true
}

License

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

Bitdeli Badge

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i gc-jaguarjs-jsdoc

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • jwilm