
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
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 now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.