This plugin creates a starter 10.10.0 app. Read about 10100 apps in the book and see the live demo
Vision plugins require golang (https://go.dev) to be installed
Install the plugin with
go install github.com/vision-cli/vision-plugin-10100-v1@latest
You will now see the plugin help in the vision cli
vision 10100 --help
You will now see the plugin available in vision's help
vision --help
The plugin will be listed in plugins list
vision plugins list
Create a 10100 project
vision init <project name>
Switch to the project directory
cd <project name>
Initialise the 10100 plugin
vision 10100 init <module name>