Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)
npm install @turbo-boost/devtools

Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)
1. Run npm update to pick up the latest
1. Update the version number consistently in the following files:
* app/javascript/version.js - pre-release versions use -preN
* package.json - pre-release versions use -preN
1. Run npm run standardize to ensure standard formatting has been applied
1. Run npm run build
1. Commit and push any changes to GitHub
1. Run npm publish --access public
1. Commit and push changes to GitHub
1. Create a new release on GitHub (here) and generate the changelog for the stable release for it
The library is available as open source under the terms of the MIT License.