1.0.1 • Published 2 years ago

templ-store v1.0.1

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

templ-store

A cli tool for developer to add and download template repository widthout git clone

Installation

npm install templ-store -g

this 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 list

Add a new template

command add

chong add

With command add you will asked to enter three params name,url, desc(optionnal)

url sample:

https://github.com/gg3015/template-test.git
https://github.com/gg3015/template-test.git#main
gg3015/template-test

Delete template

chong delete

Edit template

can edit all three property

chong edit

Init 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