Détail du package

jaguarjs-jsdoc-patched

BlueRaja6MIT0.0.5

A patched version of JaguarJS-JSDoc, for JSDoc 3

jsdoc, jsdoc3, jaguar.js, template

readme

A patched version of JaguarJS-JSDoc

JaguarJS-JSDoc is by far the most beautiful JSDoc theme in existence, but unfortuantely it's no longer maintained.

This patched version consists of every PR and every other patch I could find, all mashed together into one giant hideous amalgalm, all in the name of progress. It seems to work.

Usage

  1. Install from npm

    $ npm install jaguarjs-jsdoc-patched --save-dev
  2. Copy the conf.json file to the root directory of your repo. Edit as necessary.

  3. Assuming you're using grunt-jsdoc, set the template to ./node_modules/jaguarjs-jsdoc-patched

     grunt.initConfig({
       ..other grunt tasks here..
       jsdoc : {
         dist : {
           src: ['src/*.js', 'README.md'],
           options: {
             destination: 'docs',
             configure : "conf.json",
             template: './node_modules/jaguarjs-jsdoc-patched'
           }
         }
       }
     });

    Other task runners should work similarly.

  4. Again assuming you're using grunt-jsdoc, simply run grunt jsdoc!

License

This project under the MIT License.