
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
grunt-betajs-docs-compile
Advanced tools
Build BetaJS documentations based on JSDOC.
This plugin requires Grunt ~0.4.5
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-betajs-docs-compile --save-dev
Once the plugin has been installed, it may be enabled via the jsdoc plugin inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-jsdoc');
jsdoc : {
dist : {
src : sources,
options : {
destination : '../',
template : 'node_modules/grunt-betajs-docs-compile',
configure : './jsdoc.conf.json',
tutorials : './tutorials'
}
}
}
Additional configuration can be done in the jsdoc.conf.json. It might looks like this:
{
"tags": {
"allowUnknownTags": true
},
"plugins": ["plugins/markdown"],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": true,
"outputSourcePath": true,
"systemName": "FooBar",
"footer": "",
"copyright": "MIT License",
"navType": "vertical",
"theme": "cerulean",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "fred://"
},
"markdown": {
"parser": "gfm",
"hardwrap": true
}
}
This is mostly preserved and copied from Ink-Docstrap. Additionally, you can use the following optional arguments:
{
...
"templates": {
...
"template": "my/local/template/directory",
"emptyTutorials": false || true,
"singleTutorials": false || true,
"singleModules": false || true
},
...
"pages": {
"about": {
"title": "About",
"source": "./about.md"
}
}
}
| Resource | URL |
|---|---|
| Homepage | http://betajs.com |
| Git | git://github.com/betajs/grunt-betajs-docs-compile.git |
| Repository | https://github.com/betajs/grunt-betajs-docs-compile |
| Blog | http://blog.betajs.com |
| http://twitter.com/thebetajs |
| Target | Versions |
|---|---|
| NodeJS | 0.10 - Latest |
Apache-2.0
This software may include modified and unmodified portions of:
FAQs
Build BetaJS documentations based on JSDOC.
We found that grunt-betajs-docs-compile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.