1.1.5 • Published 4 years ago

generator-terrific v1.1.5

Weekly downloads
28
License
MIT
Repository
github
Last release
4 years ago

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.

1.1.5

4 years ago

1.1.4

5 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago