
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
grunt-yocto-generator-apidoc
Advanced tools
Plugin for generate comments file for apidoc
This module load all json file in a specific folder, and translate this data in a comments file that will be imported by apidoc for generate doc
For the structure of json file please refer to the yocto-api node module at :
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-yocto-generator-apidoc --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-yocto-generator-apidoc');
In your project's Gruntfile, add a section named yocto_generator_apidoc
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
yocto_generator_apidoc: {
apidoc: {
options: {
modelsFolder : '/example/models/',
dest : '/example/apidoc.js'
}
}
},
});
Type: String
The directory path where all you models are.
Type: String
The file of you comment file which will be create
grunt.initConfig({
yocto_generator_apidoc: {
apidoc: {
options: {
modelsFolder : '/example/models/',
dest : '/example/apidoc.js'
}
}
},
});
1.0.1 (2016/04/04)
FAQs
Plugin for generate comments file for apidoc
The npm package grunt-yocto-generator-apidoc receives a total of 0 weekly downloads. As such, grunt-yocto-generator-apidoc popularity was classified as not popular.
We found that grunt-yocto-generator-apidoc 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 MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.