Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hopsoft/turbo_boost-devtools

Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)
https://github.com/hopsoft/turbo_boost-devtools

Last synced: 16 days ago
JSON representation

Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)

Awesome Lists containing this project

README

        






Welcome to TurboBoost Devtools 👋



NPM Version


NPM Downloads


NPM Bundle Size


JavaScript Style

**Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)**

## Releasing

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](https://github.com/hopsoft/turbo_boost-devtools/releases)) and generate the changelog for the stable release for it

## License

The library is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).