Generate
generate
A new command line tool and developer framework for scaffolding out GitHub projects. A more powerful, composable, functional alternative to Yeoman.
Languages
Top Repositories
A new command line tool and developer framework for scaffolding out 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 .gitignore file 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 license file from the command line when Generate is installed globally, or use this generator as a plugin or sub-generator in your own generator project.
Generate a basic README.md using answers to prompts and data from the environment, like package.json. 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 generator.
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.
Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CLI.
Repositories
59Generate a .gitignore file 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 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.
A new command line tool and developer framework for scaffolding out 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 license file from the command line when Generate is installed globally, or use this generator as a plugin or sub-generator in your own generator project.
Generate a generic node.js project, with everything you need to begin writing code and easily publish the project to npm.
Generate generator to create a new repository on GitHub.
Generate a contributing.md file for a project. Can also be used as a building block to add this functionality to another generator.
Generate a basic README.md using answers to prompts and data from the environment, like package.json. 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 generator.
Generator for initializing a git repository and adding first commit.
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.
Gulp plugin that prompts you to choose the files pass through the stream.
Generate a `.editorconfig` file from the command line, or use as a sub-generator or plugin in your own generator.
Generate a `.eslintrc.json` or `.eslintignore` file as part of a larger build workflow. This generator can be used as a sub-generator or plugin inside other generators.
Generate a CODE_OF_CONDUCT.md file for a project (Contributor Covenant Code of Conduct). 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 unit tests.
Generator for generating a single file from a template.
Use as a sub-generator or plugin in your generator to create a package.json for a project. Or install globally and run with Generate's CLI.
Generate a project, component or file from a declarative scaffold configuration. Use as a plugin in other generators.
Generator that can be used by other "generate" generators to set common default settings.
Create backup archives with generate.
Scaffold out a Generate generator project.
Generator that automatically detects the dependencies or devDependencies to install based on the templates or includes used. This can be used as a sub-generator or plugin in your own generator.
`Generate` generator that prompts the user for the destination directory to use. Can be used as a sub-generator or plugin in your generator.
Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in other generators to provide baseline functionality.
Utils for `generate` generators.
fake generator, for `generate` unit tests.
Adds user prompts to your generator for getting data that is commonly for rendering templates, like author name, project name, etc.
Example generator, to show how Generate works.
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.
Generate a file or code snippet from any user-defined template.