This package has been deprecated

Author message:

Terrific has been deprecated and Gondel no longer requires a generator template.

generator-terrific

1.1.5 • Public • Published

Terrific hybris Module Generator

Generates all the files necessary for a new terrificJS component in hybris. Also includes generators for Modifiers, Decorators, Templates and Preview Pages.

Usage

Install the latest nodejs and go to the location of your hybris project's Frontend

npm install yo generator-terrific

After installing the package you can generate new modules with

./node_modules/yo/lib/cli.js ./node_modules/generator-terrific

It's advised to create a shortcut in your package.json

{
    "scripts": {
        "add": "./node_modules/yo/lib/cli.js ./node_modules/generator-terrific"
    }
}

and then running npm run add will suffice.

Custom Templates

You can customize the templates for your project. If a templates folder is found in the root of your project, this will be used instead of the one in this repository.

Package Sidebar

Install

npm i generator-terrific

Weekly Downloads

45

Version

1.1.5

License

MIT

Unpacked Size

9.4 kB

Total Files

12

Last publish

Collaborators

  • naminho