Stats
Actions
Tags
From mex-call
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
sh -c 'cd "$CLAUDE_PLUGIN_ROOT" 2>/dev/null || exit 0; [ -d node_modules ] || npm install --silent >/dev/null 2>&1; [ -f dist/cli.js ] || npm run build >/dev/null 2>&1; exit 0'npx claudepluginhub thedakshjaitly/mex-call --plugin mex-call