Skip to content

ganobrega/vtexy

 
 

Repository files navigation

VTEXY

A developer tool for VTEX CMS

Why should I use this?

This tool allows the team to focus 100% on the code instead of the Platform. It can also be used as a homologation environment. Basically we simulate the engineering behind the CMS, making possible the development of local SEO and data versioning of Placeholders, Banners, Settings and more. In addition, it is possible to deploy everything from the command line.

I hope you enjoy!

Quick Start

First, install VTEXY globaly:

npm i -g vtexy

Then create new project running the following commands:

$ vtexy init
$ cd my-project/
$ vtexy start

Documentation

Check more on https://vtexy.now.sh

License

MIT © ganobrega