verb-generate-readme
Version:
Generate your project's readme with verb. Requires verb v0.9.0 or higher.
24 lines (15 loc) • 371 B
Markdown
**Install generate**
To use [generate][] from the command line, it must first be installed globally with npm:
```sh
$ npm install --global generate
```
**Install `{%= name %}`**
Next, install this generator:
```sh
$ npm install --global {%= name %}
```
**Run**
You should now be able to run this generator with the following command:
```sh
$ gen {%= alias %}
```