Socket
Socket
Sign inDemoInstall

minami-rac

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    minami-rac

Customized Minami template for RAC


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
1.42 MB
Created
Weekly downloads
 

Readme

Source

Minami-RAC

A customized Minami template for RAC — Ruler and Compass.

Install

Install into devDependencies

$ npm install --save-dev jsdoc
$ npm install --save-dev minami-rac

In your .jsdoc.json file, add a template option.

"opts": {
  "template": "node_modules/minami-rac"
}

In your projects package.json file add a generate script:

"scripts": {
  "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
}

Example templates JSDoc Configuration

{
  "templates": {
    "minami" : {
      "homeNavItem": "Minami-RAC",
      "versionNavItem": "1.4.0",
      "showInheritedInNav": false,
      "showMethodsInNav": false,
      "showMembersInNav": false
    },
    "default" : {
      "cleverLinks": false,
      "monospaceLinks": false,
      "includeDate" : false,
      "useLongnameInNav": 3,

    }
}
  • minami.showInheritedInNav - When set to true lists the inherited methods and members in the navigation sidebar of the pages of classes and namespaces; otherwise these elements are hidden
  • minami.showMethodsInNav - When set to true lists the methods of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hidden
  • minami.showMembersInNav - When set to true lists the members of classes and namespaces in the navigation sidebar of all pages; otherwise these elements are hidden
  • default.useLongnameInNav - Using an integer will display at most that amount of path elements in the navigation sidebar, any omited path is replaced with ellipsis; true displays the full longname, false is equivalent to 0 which displays only the last element without any ellipsis

License

Minami-RAC is licensed under the MIT License.

Minami and JSDoc 3 are licensed under the Apache2 license.

FAQs

Last updated on 16 Nov 2022

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc