Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tex-mex
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub thedakshjaitly/tex --plugin tex-mexWhere this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -q "${CLAUDE_PLUGIN_ROOT}/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" >/dev/null 2>&1 || (mkdir -p "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" && cd "${CLAUDE_PLUGIN_DATA}" && npm install --silent --no-audit --no-fund) || (rm -f "${CLAUDE_PLUGIN_DATA}/package.json"; echo 'tex-mex: tex-eval install failed; the shim will not work this session' >&2; exit 0)Share bugs, ideas, or general feedback.