generate-data
Generate plugin that gathers data from the user's environment to pre-populate data for hints.
Found 34 results for generate-plugin
Generate plugin that gathers data from the user's environment to pre-populate data for hints.
Use this generator to add some common default settings to your 'generate', verb, and assemble generators.
Initializes a handful of (empty) template collections to your generator, such as docs, includes, badges, and layouts, along with a few generic defaults.
Generate a license file. Choose any of the licenses supported by https://github.com/github/choosealicense.com.
Generate any local or global .gitignore file from the github/gitignore repository. Use from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
Generate mocha test files.
Generator that automatically detects the dependencies or devDependencies to install based on the templates or includes that are dynamically used by your generator. This can be used as a sub-generator or plugin in your own generator.
Generate a package.json from a pre-defined or user-defined template. This generator can be used from the command line when globally installed, or as a plugin or sub-generator in your own generator.
Scaffold out complete code projects from the command line, or use this generator as a plugin in other generators to provide baseline functionality.
Generate a README.md using answers to prompts and data from the environment, like `package.json`, `.git` config, etc. This generator can be run by command line if Generate is installed globally, or you can use this as a plugin or sub-generator in your own
Generate a contributing.md, issue_template.md, or pull_request_template.md file for a project. Can be generated from the command line when Generate is installed globally, or as a plugin inside another generator.
Generator for initializing a git repository and adding first commit.
Generate a new `.eslintrc.json` or `.eslintignore` file from a pre-defined or user-defined template. Can be used from the command line when installed globally, or as a plugin in your own generator.
Generate a generate generator project, complete with unit tests.
Generate a .gitattributes file from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator to make it a continuous part of the build workflow when scaffolding out a new project.
Command line tool and developer framework for scaffolding out new GitHub projects. Generate offers the robustness and configurability of Yeoman, the expressiveness and simplicity of Slush, and more powerful flow control and composability than either.
Generate a .travis.yml file to the cwd or specified directory. Install globally and run with generate's CLI, or use as a component in your own generator.
Generate an .babelrc file for babel in the current working directory or specified --dest.
Scaffold out a new snapdragon plugin project.
Generate a scaffold from a declarative configuration.
The generator creates a `.editorconfig` file in the current working directory. Run from the command line or register as a sub-generator or plugin in your own generator.
Generate a robots.txt for a web project (uses the robots.txt from HTML5 Boilerplate). This can be run from the command line when Generate is installed globally, or used as a plugin in another generator.
Generate a new consolidate-style engine project, with starter code and unit tests.
Generate the CNAME file for a web project. Is this necessary? No, not at all. A CNAME file is one line and takes a couple seconds to create. The point of this generator is to automate the creation of the CNAME file based on configuration settings, as a sm
Generate a new breakdance plugin project.
Generate an assemblefile.js for [assemble] in the current working directory or specified `--dest`.
Generate a file or code snippet from any user-defined template.
Plugin for automatically creating tasks from declarative `target` configurations. Works with generate, assemble, verb, or any other base application with plugin support.
Generate an updatefile.js in the current working directory or specified `--dest`.
Generate a verbfile.js in the current working directory or specified `--dest`.
Generate an [Update] updater project.
Scaffold out a handlebars theme from a Jekyll theme using Hekyll.
Generate a starter CHANGELOG.md file, using conventions from keep-a-changelog. Use from the command line when Generate's CLI is installed globally, or use as a plugin or sub-generator in your own generator.
Generate a gulpfile.js from the command line if Generate is installed globally, or use this as a plugin or sub-generator in your own generator to make it a continuous part of the build workflow when scaffolding out a new project.