hybris-utilities
v1.0.5
Published
A hybris command script utility to make you code fast.
Readme
Hybris Utilities
This is a command tool utility to help you develop your Hybris Commerce fast.
Requirement
- Node.js
Install
$: sudo npm install -g hybris-utilitiesHow to Use
$: hybris-template [options]
Options:
-h, --help output usage information
-V, --version output the version number
-c,--create [project_name] Create a project structure from a boilerplate.
-t,--template [template_name] Create new template files.
-s,--subtemplate [subtemplate_name] Create new subtemplate files.###Creating a template: The command below creates all the files needed (scss,coffeescript and jade).
$: hybris-template -t home###Creating a sub-template: The command below creates all the files needed (scss and jade).
$: hybris-template -s product-info