Generate

Results 8 repositories owned by Generate

generate

298
Stars
22
Forks
Watchers

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...

generate-license

84
Stars
10
Forks
Watchers

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-gitignore

110
Stars
12
Forks
Watchers

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-contributing

18
Stars
3
Forks
Watchers

Generate a contributing.md file for a project. Can also be used as a building block to add this functionality to another generator.

generate-log

17
Stars
2
Forks
Watchers

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 gene...

generate-package

18
Stars
0
Forks
Watchers

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-readme

27
Stars
12
Forks
Watchers

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 a...

generate-travis

21
Stars
8
Forks
Watchers

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.