checkout-manager

```bash npm i puntoscolombia

Usage no npm install needed!

<script type="module">
  import checkoutManager from 'https://cdn.skypack.dev/checkout-manager';
</script>

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

  1. Create the module for the command in the folder ./modules

  2. Add the command in the tree of commands in the file ./modules/tree.ts for allow the use of the command.