This package has been deprecated

Author message:

This generator is deprecated. Please use generator-turnslift-addon instead.

generator-dolphin-addon

0.0.6 • Public • Published

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 yo

Yeoman Generators

To install generator-dolphin-addon from npm, run:

npm install -g generator-dolphin-addon

Finally, to create a new dolphin addon using the generator:

mkdir addon-name
cd addon-name
yo dolphin-addon

What 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:action

Column

Generates a column definition in src/column-defs.

Example:

yo dolphin-addon:column

Validation

Generates a validation in src/validations.

Example:

yo dolphin-addon:validation

License

MIT

Package Sidebar

Install

npm i generator-dolphin-addon

Weekly Downloads

1

Version

0.0.6

License

MIT

Last publish

Collaborators

  • avishnyak