
Product
Rust Support in Socket Is Now Generally Available
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.
generator-base
Advanced tools
Generator for creating Yeoman generators that are capable of remembering certain user answers, resulting in a better user experience. Generators come with the basic necessities, including docs.

Kickstart documentation for any project! This is the official Yeoman generator for Base, a zero-configuration markdown documentation generator that is extremely easy to use and extend.
We're just getting started here, we'd love to see pull requests for other types of documentation and for any kind of project!
Install globally with npm:
npm i -g generator-base
Once installed globally, simply run:
yo base to to start a new projectyo base:doc [foo] to add a specific document or 'include'.Running the generator with yo base will add the following files to your project:
.verbrc.md: a markdown-runtime config file for Base. YAML front-matter can be used for config, and the markdown content is used to generate your project's README.md.package.json: with minimal properties defined. However, if this alredy exists base will be added to devDependencies.Sub-generators allow you to add a specific file or files to an existing project.
Add a Base config file with:
yo base:config foo
Where foo is one of the following:
yo base:config md: adds a .verbrc.md fileyo base:config yml: adds a .verbrc.yml fileyo base:config basefile: adds a basefile.js filePro tips:
.verbrc.yml, by running just yo base:config.basefile.js by running just yo base:vfLearn about Base config files.
Add a specific document with:
yo base:doc foo.md
Where foo.md is the name of the file you want to add. If the name used matches an actual file in base-readme-includes, then that file will be copied into the docs/ directory of your project.
If the name doesn't match a valid file in base-readme-includes, then a new "starter" document will be created using the given file name.
Use a boilerplate to kickstart documentation for a project. Boilerplates include a README.tmpl.md template and a few includes, such as install.md, options.md etc.
yo base:boilerplate foo
Where foo is the name of the boilerplate you want to use from base-boilerplates.
Valid yo base:boilerplate arguments are:
node: adds generic documentation for a Node.js projecthelper: adds generic documentation for a Handlebars helper projectassembleplugin: adds generic documents for an Assemble plugingulpplugin: adds generic documents for a gulp plugingruntplugin: adds generic documents for a Grunt pluginPro tip: you can use the default boilerplate, node, by running just yo base:boilerplate.
Visit the docs for adding custom boilerplates.
This subgenerator makes it easy to add data files to extend the context available to your templates (by default Base processes templates using data from your project's package.json, but you can extend the data available to your templates with any JSON or YAML files by specifying them in a data property in .verbrc.yml or .verbrc.yml).
yo base:data changelog: adds a CHANGELOG file to the root of your project, formatted as valid YAML.Add a readme template to docs/README.tmpl.md by running yo base:readme.
Command: -s | --skip-install
Skips the automatic execution of bower and npm after scaffolding has finished.
Command: -w | --skip-welcome-message
Skips the Yeoman welcome message.
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors. Released under the MIT license
This file was generated by base-cli on April 21, 2014.
FAQs
Generator for creating Yeoman generators that are capable of remembering certain user answers, resulting in a better user experience. Generators come with the basic necessities, including tests and docs.
The npm package generator-base receives a total of 0 weekly downloads. As such, generator-base popularity was classified as not popular.
We found that generator-base 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’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.