Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
Devtools for the Hotwire/Turbo ecosystem (TurboBoost, CableReady, StimulusReflex, etc.)
- Host: GitHub
- URL: https://github.com/hopsoft/turbo_boost-devtools
- Owner: hopsoft
- License: mit
- Created: 2023-04-12T12:58:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T16:56:50.000Z (11 months ago)
- Last Synced: 2025-01-05T09:40:28.163Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 179 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-hotwire - turbo_boost-devtools - Developer tools for Turbo Boost. (**Awesome Hotwire** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Turbo)
- awesome-hotwire - turbo_boost-devtools - Developer tools for Turbo Boost. (**Awesome Hotwire** [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Turbo)
README
Welcome to TurboBoost Devtools 👋
**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).