CLI to help Volto addon development
yarn global add voltocli
# or npm i -g voltocli
# or (I like this one)
npx voltocli
Once installed, simply run:
voltocli
and follow the instructions.
It will add the existing addon to your Volto project configuring it.
This will create a new addon and will configure your Volto project to use it.
WARNING: you will need to create the repository before in order to have a URL and pushing a first commit.