1.0.2 • Published 3 years ago

hbs-create v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

hbs-create

This is a tool to initialize a project.

Installation

npm install -global hbs-create

Command

create a project with the template

hbs init <project_name>

display help for command

hbs -h | --help

output the version number

hbs -v | --version

view all template

hbs list

upgrade the hbs-create version

hbs upgrade

add a template

hbs add <template_name> <template_url>

remove a template

hbs remove <template_name>

resetting the default template

hbs reset

Default templates

vue-template