Projects in Awesome Lists by generate
A curated list of projects in awesome lists by generate .
https://github.com/generate/generate
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.
boilerplate cli create files generate generator gulp init initialize make project project-template rails scaffold slush task-runner template webpack yeoman yo
Last synced: 04 Oct 2025
https://github.com/generate/generate-gitignore
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.
build-tool cli command-line create generate generator gitignore gitignore-cli gitignore-files gitignore-generator gitignore-template gitignore-templates init project prompt scaffold scaffolding task-runner yeoman yo
Last synced: 20 Aug 2025
https://github.com/generate/generate-license
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.
create generate generator init license mit project scaffold scaffolder scaffolding template yeoman yo
Last synced: 03 Mar 2026
https://github.com/generate/generate-readme
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.
Last synced: 14 Apr 2025
https://github.com/generate/generate-travis
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.
Last synced: 14 Apr 2025
https://github.com/generate/generate-package
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.
cli create generate generator init javascript new nodejs package-generator pkg project project-template prompt scaffold scaffolding template yeoman yo
Last synced: 14 Apr 2025
https://github.com/generate/generate-contributing
Generate a contributing.md file for a project. Can also be used as a building block to add this functionality to another generator.
build-tool cli command-line contributing contributing-generator contributing-guidelines contributing-md contributing-template create generate generator gulp make plugin scaffold scaffolding task-runner templates yeoman yo
Last synced: 12 Oct 2025
https://github.com/generate/generate-log
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.
bugs changelog changelog-generator changes cli commits fixes generate generator history markdown news nodejs release release-history release-notes release-notes-generateor releases updates yeoman
Last synced: 23 Oct 2025
https://github.com/generate/generate-editorconfig
Generate a `.editorconfig` file from the command line, or use as a sub-generator or plugin in your own generator.
Last synced: 14 Apr 2025
https://github.com/generate/generate-generator
Scaffold out a Generate generator project.
Last synced: 14 Apr 2025
https://github.com/generate/generate-gh-repo
Generate generator to create a new repository on GitHub.
create generate generator github init project scaffold scaffolding
Last synced: 14 Apr 2025
https://github.com/generate/generate-project
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.
Last synced: 29 Jul 2025
https://github.com/generate/gulp-choose-files
Gulp plugin that prompts you to choose the files pass through the stream.
Last synced: 14 Apr 2025
https://github.com/generate/generate-gitattributes
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.
Last synced: 14 Apr 2025
https://github.com/generate/generate-eslint
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.
eslint eslintrc generate generator javascript lint plugin scaffolding
Last synced: 14 Apr 2025
https://github.com/generate/common-questions
An object of questions commonly used by project generators or when initializing projects. Questions can be overridden, updated or extended.
Last synced: 14 Apr 2025
https://github.com/generate/generate-git
Generator for initializing a git repository and adding first commit.
Last synced: 15 Jun 2025
https://github.com/generate/generate-backup
Create backup archives with generate.
Last synced: 14 Apr 2025
https://github.com/generate/generate-node
Generate a generic node.js project, with everything you need to begin writing code and easily publish the project to npm.
Last synced: 28 Jul 2025
https://github.com/generate/generate-slack
Generate a slack landing page project for self-serve slack invites to your slack community room.
Last synced: 14 Apr 2025
https://github.com/generate/generate-mocha
Generate mocha unit tests.
app cli create dev generate generator init initialize new project prompt scaffold scaffolder scaffolding template yeoman yo
Last synced: 14 Apr 2025
https://github.com/generate/generate-coc
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.
coc code-of-conduct conduct contributor contributor-covenant covenant generate generator scaffolding
Last synced: 14 Apr 2025
https://github.com/generate/generate-snippet
Generate a file or code snippet from any user-defined template.
Last synced: 14 Apr 2025
https://github.com/generate/generate-webtask
Generate a starting point for a webtask.io service.
Last synced: 22 Jun 2025
https://github.com/generate/generate-install
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 install javascript nodejs npm plugin
Last synced: 14 Apr 2025
https://github.com/generate/generate-robots
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.
Last synced: 14 Apr 2025
https://github.com/generate/generate-file
Generator for generating a single file from a template.
Last synced: 18 Jul 2025
https://github.com/generate/generate-collections
Add the docs, includes, badges, and layouts collections, along with a few generic defaults to your generator.
generator project-template scaffold templates
Last synced: 11 Jul 2025
https://github.com/generate/generator-util
Utils for `generate` generators.
Last synced: 14 Apr 2025
https://github.com/generate/generate-data
Generate plugin that gathers data from the user's environment to pre-populate data for hints.
create generate generator init project project-template scaffold scaffolder template yeoman yo
Last synced: 14 Apr 2025
https://github.com/generate/slack
Slack landing page to provide an invitation form for the generate slack community.
Last synced: 14 Apr 2025
https://github.com/generate/generate-appveyor
Generate an appveyor.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.
Last synced: 14 Apr 2025
https://github.com/generate/generate-scaffold
Generate a project, component or file from a declarative scaffold configuration. Use as a plugin in other generators.
Last synced: 08 Aug 2025
https://github.com/generate/generate-example
Example generator, to show how Generate works.
Last synced: 14 Apr 2025
https://github.com/generate/to-choices
Generate an inquirer choices question from an array.
Last synced: 20 Jun 2025
https://github.com/generate/generate-dest
`Generate` generator that prompts the user for the destination directory to use. Can be used as a sub-generator or plugin in your generator.
Last synced: 14 Apr 2025
https://github.com/generate/generate-cname
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 micro-generator is to automate the creation of the CNAME file based on configuration settings, as a small part of a larger build.
cli cname generate generator plugin scaffolder scaffolding site webapp website
Last synced: 02 Apr 2026
https://github.com/generate/generate-defaults
Generator that can be used by other "generate" generators to set common default settings.
Last synced: 09 Sep 2025
https://github.com/generate/best-practices
Advice on creating effective generators and getting the most out of Generate.
Last synced: 06 Mar 2026
https://github.com/generate/generate-snapdragon
Scaffold out a new snapdragon plugin project.
create generate generator init new plugin project scaffold scaffolding snapdragon yeoman yo
Last synced: 14 Apr 2025
https://github.com/generate/generate-engine
Generate a new consolidate-style engine project, with starter code and unit tests.
Last synced: 18 Jul 2025
https://github.com/generate/generate-updater
Generate an `Update` updater project.
Last synced: 25 Sep 2025
https://github.com/generate/generate-hekyll
Scaffold out a handlebars theme from a Jekyll theme using Hekyll.
blog gh-pages handlebars hekyll jekyll site theme
Last synced: 21 Apr 2026
https://github.com/generate/generate-target
Generate the files in a declarative "target" configuration.
Last synced: 20 Apr 2026
https://github.com/generate/generate-gulp
Generate a node.js project with a gulpfile or starter gulp plugin.
Last synced: 05 Jun 2026
https://github.com/generate/generate-assemblefile
Generate an assemblefile.js in the current working directory or specified `--dest`.
Last synced: 05 Jun 2026
https://github.com/generate/generate-gulpfile
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.
Last synced: 13 Apr 2026
https://github.com/generate/generate-ask
Adds user prompts to your generator for getting data that is commonly for rendering templates, like author name, project name, etc.
Last synced: 17 Jun 2025
https://github.com/generate/generate-slush
Run slush generators with generate
Last synced: 06 Mar 2025
https://github.com/generate/gulp-pick-keys
Prompts the user to pick the properties to include in a JSON file. Useful in project generators for selectively including keys in generated files.
Last synced: 21 Apr 2026
https://github.com/generate/generate-react
Generate generator for creating React applications, components, and related React resources.
Last synced: 14 Jul 2025
https://github.com/generate/generate-verbfile
Generate a verbfile.js in the current working directory or specified `--dest`.
docs documentation generate markdown scaffold verb
Last synced: 08 May 2026
https://github.com/generate/generate-updatefile
Generate an updatefile.js in the current working directory or specified `--dest`.
Last synced: 09 Oct 2025
https://github.com/generate/meta
Generate discussion and issues that don't belong to any particular project.
Last synced: 09 Mar 2026
https://github.com/generate/generate-foo
fake generator, for `generate` unit tests.
Last synced: 11 Apr 2026
https://github.com/generate/generate-boilerplate
Scaffold out complete projects using declarative boilerplate configurations. This generator can be globally installed and run from the command line, or used as a plugin inside other generators.
Last synced: 06 Mar 2026
https://github.com/generate/generate-verb
Generate a starter node.js project, with the necessary configuration and templates to build documentation with verb.
Last synced: 09 Mar 2026
https://github.com/generate/.github
Default community health files for Generate.
Last synced: 06 Mar 2026
https://github.com/generate/generate-assemble
Generate a starter assemble project for a site, blog, assemble plugin, middleware, helper, or template.
Last synced: 08 Mar 2026