generator-git
Version:
Create the configurable scaffolding to start with a git-like project.
29 lines (18 loc) • 473 B
Markdown
# generator-git

[](https://www.npmjs.org/package/generator-git)
## Install
First, install Yeoman:
```bash
$ npm install -g yo
```
Later, install this generator:
```bash
$ npm install -g generator-git
```
## Usage
```bash
$ yo git
```
## License
MIT © [Kiko Beats](http://kikobeats.com)