Skip to content

xyzxyz442/jaguarjs-jsdoc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for JSDoc 3

This forked is for supporting the automation tools. For original here.

Usage

  1. Before using grunt with this demo, running this command first
$ npm install
  1. If you want to create documentations with sample files, you can use commands below.
$ grunt demo
  1. You can see any output related jsdoc process with a --debug flag.
$ grunt demo --debug
  1. Using this workspace.
$ grunt build
  1. You can provide external source files or path, its destination path and config file by running this command.
$ grunt build --src-`source path` --dst=`destination path` --config=`configuration path`
  1. You can provide specific Gruntfile.js and combine with options from above.
$ grunt build --gruntfile `path of specific Gruntfile.js` --src-`source path` --dst=`destination path` --config=`configuration path`
  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": "",
    "disqus": "",
    "googleAnalytics": "",
    "openGraph": {
        "title": "",
        "type": "website",
        "image": "",
        "site_name": "",
        "url": ""
    },
    "meta": {
        "title": "",
        "description": "",
        "keyword": ""
    }
}

License

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

About

A template of JSDoc 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.7%
  • JavaScript 49.3%