0.0.6 • Published 10 years ago

generator-exponential v0.0.6

Weekly downloads
22
License
-
Repository
github
Last release
10 years ago

generator-exponential

Exponential generator

Installation

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

npm install exponential -g

Create a config file.

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.

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