Socket
Socket
Sign inDemoInstall

jsdoc-riot

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jsdoc-riot

JSDoc plugin that adds support for Riot tag files


Version published
Maintainers
1
Created

Readme

Source

JSDoc plugin that adds support for Riot tag files

Compiles Riot tag files before they are processed by JSDoc

Installion

The jsdoc-riot plugin can by installed using NPM.

npm install --save-dev jsdoc-riot

Usage:

To use the plugin include the plugin module in the plugins array of JSDoc's configuration file

{
  "plugins": ["jsdoc-riot"],
  "source": {
        "includePattern": ".+\\.js|tag(doc)?$"
  }
}

If for some wierd reasons jsdoc can't find the jsdoc-riot plugin (I get this among other plugins as well), change the plugin path to the following:

{
  "plugins": ["./node_modules/jsdoc-riot"],
   "source": {
        "includePattern": ".+\\.js|tag(doc)?$"
   }
}

Contributing:

Feel free to open issues to propose stuff and participate. Pull requests are also welcome.

Release History

  • 0.1.0 Initial release

Licence:

MIT

Keywords

FAQs

Last updated on 19 Feb 2016

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