# generator-ee-addon

An ExpressionEngine Add-On generator for [Yeoman](http://yeoman.io). Capable of building modules, plugins, extensions, accessories and fieldtypes.

### Prerequisites

Install Node.js

```
brew install node
```

Install `yo`

```
npm install -g yo
```

### Installation

```
$ npm install -g generator-ee-addon
```

### Usage

```
$ yo ee-addon
```

![image](http://rsanchez.github.io/generator-ee-addon/images/screenshot.png)

## Credits

This is based on Abban Dunne's [generator-ee-module](https://github.com/webtogether/generator-ee-module).

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)
