A starter skeleton for a Bolt v3.x Extension
To get going run the following command, replacing the last argument with the name of your extension:
composer create-project --no-install 'bolt/bolt-extension-starter:^3.0' <newextname>
For more information, see this page in the Bolt documentation: https://docs.bolt.cm/extensions/building-starter/about
You can use the following boilerplate as a starting point for your extension readme.
This bolt.cm extension ...
- Login to your Bolt installation
- Go to "Extend" or "Extras > Extend"
- Type
extension-name
into the input field - Click on the extension name
- Click on "Browse Versions"
- Click on "Install This Version" on the latest stable version
...
This Bolt extension is open-sourced software licensed under the [Your preferred License]