New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jsdoc-sable

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsdoc-sable

Sable template for JSDoc 3

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
7
-30%
Maintainers
1
Weekly downloads
 
Created
Source

Sable template for JSDoc 3

ripped from jaguarjs-jsdoc then renamed it after another animal.

  • Sable.js
  • Sable.js Documentations
  • JSDoc3
  • JSDoc3 API Documentations

Usage

  • If you want to create documentations with sample files, you can use commands below.
$ npm install
$ grunt demo
  • You can see any output related jsdoc process with a --debug flag.
$ grunt demo --debug
  • 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

FAQs

Package last updated on 20 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts