hybris-utilities

A hybris command script utility to make you code fast.

Usage no npm install needed!

<script type="module">
  import hybrisUtilities from 'https://cdn.skypack.dev/hybris-utilities';
</script>

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-utilities

How 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