1.0.1 • Published 3 years ago
new3s-cli v1.0.1
new3s cli
##Installation
Before installation you will need node/npm installed.
npm install -g new3s-cli
##Usage
add: add a template with git url
new3s-cli add
delete: delete a template with git url
new3s-cli delete
list: check list
new3s-cli list
init: download a template in list
new3s-cli init <listname> <projectname>