verb-generate-readme
Version:
Generate your project's readme with verb. Requires verb v0.9.0 or higher.
18 lines (11 loc) • 438 B
Markdown
**Installing the CLI**
To run the `{%= alias %}` generator from the command line, you'll need to install [Generate][] globally first. You can do that now with the following command:
```sh
$ npm install --global generate
```
This adds the `gen` command to your system path, allowing it to be run from any directory.
**Install {%= name %}**
Install this module with the following command:
```sh
$ npm install --global {%= name %}
```