templ-store
v1.0.1
Published
a scaffolding for develop
Downloads
8
Maintainers
Readme
templ-store
A cli tool for developer to add and download template repository widthout git clone
Installation
npm install templ-store -gthis will register a global command chong
How to use
Easily with command list, add, delete, edit, init, just try it.
list all added template
chong listAdd a new template
command add
chong addWith command add you will asked to enter three params name,url, desc(optionnal)
url sample:
https://github.com/gg3015/template-test.githttps://github.com/gg3015/template-test.git#maingg3015/template-testDelete template
chong deleteEdit template
can edit all three property
chong editInit a project with template project
download template project to local with template-name, this command needs two params <template-name>, [project-name](project-name used to create a project folder )
chong init <template-name> [project-name]sample
chong init test myProject