
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
This module generate documentation from source.
Documentation was builded with jsDoc and with customized postman-jsdoc-theme.
First install with npm
command.
# If you install from npm registry
npm install yocto-doc --save-dev
After that configure your project's Gruntfile with a new section named yoctodoc
(see below).
grunt.initConfig({
yoctodoc : {
options : {
// change your path destination
destination : 'Your_new_absolute_destination_path'
},
// Set all your file here
all : [ 'file.js', 'file2.js', 'file3.js', 'OR a path all js files are added' ]
}
});
// load task
grunt.loadNpmTasks('yocto-doc');
// register task
grunt.registerTask('doc', 'yoctodoc');
And run grunt command
grunt doc
To use this feature you can use copyExtraFiles property on your grunt file. You can use full path or wilcard to find wanted files.
grunt.initConfig({
yoctodoc : {
options : {
// change your path destination
destination : 'Your_new_absolute_destination_path'
copyExtraFiles : [ 'mayfile.myextension', './directory/myfile.extension', './directory/*.js' ]
},
// Set all your file here
all : [ 'file.js', 'file2.js', 'file3.js', 'OR a path all js files are added' ]
}
});
See below kind of examples.
2.1.6 (2016/12/05)
FAQs
Generate documention for javascript source from JsDoc
The npm package yocto-doc receives a total of 1 weekly downloads. As such, yocto-doc popularity was classified as not popular.
We found that yocto-doc 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.