@cloudblueconnect/connect-jsdoc-theme

19.2.1 • Public • Published

Documentation toolbox for your javascript / typescript projects based on JSDoc3 with @category, @component and @optional plugins.

This theme is based on the (better-docs)[https://github.com/SoftwareBrothers/better-docs] theme.

Installation

npm install --save-dev connect-jsdoc-theme

Theme Usage

With command line

Assuming that you have jsdoc installed globally:

jsdoc your-documented-file.js -t ./node_modules/onnect-jsdoc-theme

With npm and configuration file

In your projects package.json file - add a new script:

"script": {
  "docs": "jsdoc -c jsdoc.json"
}

in your jsdoc.json file, set the template:

"opts": {
  "template": "node_modules/@cloudblueconnect/connect-jsdoc-theme"
}

For full documentation visit https://github.com/SoftwareBrothers/better-docs.

Readme

Keywords

none

Package Sidebar

Install

npm i @cloudblueconnect/connect-jsdoc-theme

Weekly Downloads

1

Version

19.2.1

License

MIT

Unpacked Size

637 kB

Total Files

96

Last publish

Collaborators

  • connectsteam
  • ffaraoneim
  • marcserrat