0.0.6 • Published 10 years ago
generator-dolphin-addon v0.0.6
generator-dolphin-addon
Getting Started
Ensure that Yeoman is installed
Yeoman generator
Not every new computer comes with a Yeoman pre-installed. Run the following command to make sure you have it installed.
npm install -g yoYeoman Generators
To install generator-dolphin-addon from npm, run:
npm install -g generator-dolphin-addonFinally, to create a new dolphin addon using the generator:
mkdir addon-name
cd addon-name
yo dolphin-addonWhat now?
After Yeoman has created the addon framework, feel free to adjust the package.json file and run gulp from your command line to get a runnable addon.
Generators
Available generators:
Action
Generates an action in src/actions.
Example:
yo dolphin-addon:actionColumn
Generates a column definition in src/column-defs.
Example:
yo dolphin-addon:columnValidation
Generates a validation in src/validations.
Example:
yo dolphin-addon:validationLicense
MIT