Awesome
voltocli
CLI to help Volto addon development
Install
yarn global add voltocli
# or npm i -g voltocli
# or (I like this one)
npx voltocli
Usage
Once installed, simply run:
voltocli
and follow the instructions.
Add an existing addon
It will add the existing addon to your Volto project configuring it.
Create a new addon
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.