npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vtex-snap

v2.3.0

Published

CLI to clone a complete VTEX store catalog to another VTEX store

Readme

vtex-snap

CLI to clone a complete VTEX store catalog to another VTEX store. CLI para clonar el catálogo completo de una tienda VTEX a otra.

npm version CI License: MIT Node.js >= 20

🌐 vtexsnap.zeluizr.com


What it does / O que faz

vtex-snap migrates your entire VTEX catalog from one account to another — interactively, step by step, with progress tracking.

vtex-snap migra todo o catálogo VTEX de uma conta para outra — de forma interativa, etapa por etapa, com rastreamento de progresso.

Cloned resources / Recursos clonados:

| # | EN | PT/ES | |---|----|----| | 1 | Categories | Categorias | | 2 | Brands | Marcas | | 3 | Trade Policies | Trade Policies | | 4 | Specifications | Especificações / Especificaciones | | 5 | Products | Produtos / Productos | | 6 | SKUs | SKUs | | 7 | Images | Imagens / Imágenes | | 8 | Spec Values | Valores de Spec | | 9 | Prices | Preços / Precios | | 10 | Stock | Estoque / Stock | | 11 | Collections | Coleções / Colecciones |


Installation / Instalação / Instalación

npm install -g vtex-snap
# or / ou / o
pnpm add -g vtex-snap

Requirements / Requisitos: Node.js >= 20


Usage / Uso

1. Configure credentials / Configure as credenciais / Configure las credenciales

vtex-snap init

Prompts for source and target store credentials (account name + app key/token). Solicita as credenciais das lojas de origem e destino (account name + app key/token). Solicita las credenciales de las tiendas de origen y destino (account name + app key/token).

2. Start cloning / Iniciar clonagem / Iniciar clonación

vtex-snap start

Select all steps or pick specific ones. vtex-snap will validate connectivity before starting. Selecione todas as etapas ou escolha etapas específicas. O vtex-snap validará a conectividade antes de iniciar. Seleccione todos los pasos o elija pasos específicos. vtex-snap validará la conectividad antes de comenzar.


Contributing / Contribuindo / Contribuyendo

This is an open source project — contributions are welcome! Este é um projeto open source — contribuições são bem-vindas! Este es un proyecto open source — ¡las contribuciones son bienvenidas!

  1. Fork the repository
  2. Create your branch: git checkout -b feat/my-feature
  3. Commit your changes: git commit -m 'feat: add my feature'
  4. Push and open a Pull Request

Please read our contributing guidelines and check the open issues.


Security / Segurança / Seguridad

Found a vulnerability? Please report it responsibly — see SECURITY.md. Encontrou uma vulnerabilidade? Reporte de forma responsável — veja SECURITY.md. ¿Encontraste una vulnerabilidad? Repórtala de forma responsable — ver SECURITY.md.


License / Licença / Licencia

MIT © zeluizr