To contribute a helper to the [github.com/helpers][helpers] org, follow these steps:

### 1. Install the helper generator

Install [generate][] and [generate-helper][]:

```bash
npm i -g generate generate-helper
```

### 2. Generate your project

To initialize the project, including documentation and unit tests, in the command line, run:

```bash
gen helper
```

### 3. Create a repo

Create a repo on GitHub under your own account.


### 4. Last, request a transfer

Create an issue to [request a transfer](https://github.com/helpers/requests/issues/new) to the [helpers](https://github.com/helpers) org.
