0.1.3 • Published 8 years ago

jsdoc-riot v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago