# generator-exponential

Exponential generator

# Installation

Install `exponential` globally, which in turn will install
`generator-exponential`.

```bash
npm install exponential -g
```

Create a config file.

```bash
vi ~/.exponential/config.json
```

Paste the following into your `config.json` file and update `email` with your
Exponential.io email and `password` with your Exponential.io password.

```json
{
    "email": "YOUR-EMAIL-ADDRESS",
    "password": "YOUR-PASSWORD"
}
```
