**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 %}
```
