1.0.5 • Published 10 years ago

hybris-utilities v1.0.5

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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
1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago