eecli / addon-templates
Templates for the eecli generate:addon command.
Installs: 6 199
Dependents: 1
Suggesters: 0
Security: 0
Stars: 39
Watchers: 3
Forks: 3
Open Issues: 1
Language:JavaScript
This package is auto-updated.
Last update: 2024-11-08 07:42:12 UTC
README
An ExpressionEngine Add-On generator for Yeoman. 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
Credits
This is based on Abban Dunne's generator-ee-module.