
Product
Introducing Webhook Events for Pull Request Scans
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
broccoli-docco
Advanced tools
A broccoli plugin that generates HTML code documentation using the popular docco library.
#broccoli-docco
Broccoli plugin for generating code documentation using Docco styled documentation blocks
At the root of your development project type:
npm install broccoli-docco --save
This plugin leverages the popular Docco documentation generator. The signature of the plugin is:
var tree = docco(inputTree, options) { }
inputTree
is either a broccoli tree or a string representing a directory which should be converted to a treeThis plugin should be used in your brocfile.js
in manner similar to this:
var docco = require('broccoli-docco');
var docs = docco('src', {
output: 'docs', // this is the default value
layout: 'parallel' // this is default value, values could also be 'linear' or 'classic'
});
module.exports = docs;
In the example above all supported document types in the src
directory would be processed into HTML documentation in the docs
directory using the parallel
design layout.
It would be odd to write code that documents code and then not document it ... so if you want to see the resultant documented code you can find it here:
Happy trails,
Ken Snyder
FAQs
A broccoli plugin that generates HTML code documentation using the popular docco library.
We found that broccoli-docco 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
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.