checkout-manager
v0.3.0
Published
```bash npm i puntoscolombia
Downloads
2
Readme
Toolbet Puntos Colombia
Installation
npm i puntoscolombia
npm i -g puntoscolombia
Available commands:
$ puntoscolombia
Usage: puntoscolombia <command> [options]
Commands:
init Create basic files and folders for your VTEX app
vtex Vtex automatization
vtex cmsUpload [extension] Upload local files from the cms site for vtex
vtex cmsBackup Download the files from the checkout files of vtex
Options:
-h, --help show help information
Local development
Start npm run ts-watch
local sudo npm link
ò node npm link
Post in npm
Publish to npm sudo npm publish
How to create new module
Create the module for the command in the folder
./modules
Add the command in the tree of commands in the file
./modules/tree.ts
for allow the use of the command.