build-on-change
Automatically trigger build processes when source files change. Detects common build tools and runs appropriate build commands.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install build-on-change --cli claudewrites the file to.claude/hooks/build-on-changeListed as compatible
Configuration
# fetches the hook script into:
.claude/hooks/build-on-change
# then register it in your settings.json "hooks" block.↳ Add the hook entry to settings.json, then restart the harness.
Needs the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Automatically trigger build processes when source files change. Detects common build tools and runs appropriate build commands.
When to use it
Automatically trigger build processes when source files change. Detects common build tools and runs appropriate build commands.
How to install / invoke
# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/automation/build-on-change.json -o .claude/hooks/build-on-change.json
Notes
Extracted from davila7/claude-code-templates, automation category.