
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
grunt-jsdoc-ng
Advanced tools
This is a very simple wrapper to JSDoc for Grunt, without any need to have Java installed.
Use NPM to install this:
npm install --save-dev grunt-jsdoc-ng
Load the task as any other Grunt plugin:
grunt.loadNpmTasks('grunt-jsdoc-ng');
And the configure the task normally:
'jsdoc-ng' : {
'mysubtaskname' : {
src: ['src/*.js', 'README.md' ],
dest: 'docs',
template : 'jsdoc-ng',
options: {
// ...
}
}
}
The various configuration options are:
src: The usual list of sources like any other Grunt taskdest: The destination directory where documents will be written to.template:
default) for the standard JSDoc template.jsdoc-ng for my built-in, Angular JS based template.publish.js resides).options: Anything recognized by JSDoc as a configuration (basically,
the contents of your conf.json as specified here.While the Angular JS doesn't expose all the functionalities of JSDoc, it's good enough (at least for me) for normal usage.
A couple of extra options can be configured in the templates section of the configuration:
windowTitle: The nice title for the API to produce.minify: (default: true) If false HTML and JavaScript will not be minified.See Gruntfile.js for an example on of how to use them.
FAQs
A JsDoc3 plugin for Grunt plus an AngularJS based template
The npm package grunt-jsdoc-ng receives a total of 60 weekly downloads. As such, grunt-jsdoc-ng popularity was classified as not popular.
We found that grunt-jsdoc-ng demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies