generator-git
Version:
Create the configurable scaffolding to start with a git-like project.
22 lines (14 loc) • 347 B
Markdown
## Install
```bash
$ npm install <%= appName %> --global
```
## CLI
```bash
$ <%= appName %> --help
Generates regular expressions that match a set of strings.
Usage
$ <%= appName %> [-gimuy] string1 string2 string3...
Examples
$ <%= appName %> foobar foobaz foozap fooza
$ jq '.keywords' package.json | <%= appName %>
```