# generator-vtex

## Installing

```bash
npm install -g yo
npm install -g generator-vtex
```

### Generic app

This will only create a `manifest.json` and `.vtexignore` file.

```bash
yo vtex
```

### Storefront app

This will create the Storefront directory structure.

```
yo vtex:storefront
```


## License

MIT
