templaly
v1.0.2
Published
A CLI for LazyTemp website https://www.lazytemp.com/
Readme
LazyTemp
Installation
Install npm -g templaly
npm -g templaly
Download
For download templates use temp --d [template name] --n [name folder]
Upload
For upload templates to the website use temp --u [auth code] --n [name template]
Auth Code
The auth code is created instead you login to the website https://www.lazytemp.com/ and you can see in your profile
Command
--d: is for download
--u: is for upload
--n: is obligated in download and upload
Command.json
The command.json is the file that contain the description about the template and the command that be executed when the template is downloaded. Is obligatory this file before you upload your template. This is a example
{"command":
{
"cd":"New-folder",
"code":"."
},
"description":""
}
