Besides the name, this tool also works if you have multiple repos of the same project on the root folder that you want to run vlink.
npm i -g vlink-monorepo
Or
yarn add global vlink-monorepo
It's important that you have installed Yarn and globally installed version of 'concurrently' package to this tool to work.
npm i -g yarn
npm i -g concurrently
Commands:
link [componentFolder] Link VTEX IO components
fix [componentFolder] Unlink and Link VTEX IO components
help [command] display help for command
vlink link
-> Will run over all projects inside the current folder (basically sets the path like ".") and run vtex link if the manifest.json file exists on project.
vlink fix
-> Same as link, but will unlink the project and then link again.
vlink link customComponent