Stats
Actions
Tags
From nanopm
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
bash -c 'v=$(cat "${CLAUDE_PLUGIN_ROOT}/VERSION" 2>/dev/null || echo unknown); stamp="$HOME/.nanopm/.plugin-deps"; [ "$(cat "$stamp" 2>/dev/null)" = "$v" ] && exit 0; bash "${CLAUDE_PLUGIN_ROOT}/setup" --deps-only >/dev/null 2>&1 && mkdir -p "$HOME/.nanopm" && printf %s "$v" > "$stamp"; exit 0'120msnpx claudepluginhub nmrtn/nanopm --plugin nanopm