Expand description
Development server management. ResQ Dev commands — Repository and development utilities.
Structs§
- DevArgs
- Arguments for the ‘dev’ command.
- Kill
Ports Args - Arguments for the ‘kill-ports’ command.
- Scaffold
Local Hook Args - Arguments for the
scaffold-local-hookcommand. - Sync
EnvArgs - Arguments for the ‘sync-env’ command.
- Upgrade
Args - Arguments for the ‘upgrade’ command.
Enums§
- DevCommands
- Developer subcommands.
Functions§
- run
- Executes the dev command.
- run_
install_ hooks_ impl - Install the canonical git hooks into the current project’s
.git-hooks/. - run_
scaffold_ local_ hook_ impl - Scaffold a repo-specific
.git-hooks/local-<hook>file from a kind template.