Expand description
Watch Solana programs.
§Binary
The binary implements hot reloading for popular Solana frameworks.
Check out the repository for installation and usage of the binary.
Modules§
- action
- Utilities for
Action. - command
- Utilities for commands.
- constants
- All constants.
- error
- Custom watch errors.
- framework
- Framework traits.
- framework_
utils - Utilities for framework implementations.
- glob
- Custom
globimplementation. - progress
- Progress bars and spinners with consistent behaviour and styles.
- toml
- TOML related methods.
Functions§
- watch
- Watch the changes based on the specific
WatchableFrameworkimplementation.