Action Packs
Built-in sh1pt actions and workflow templates for the Actions Store.
What it does
- Provides actions functionality for sh1pt workflows.
- Exports module metadata and hooks consumed by the sh1pt CLI or SDK.
Package
- Name:
@profullstack/sh1pt-action-packs
- Path:
packages/actions
- Homepage: https://sh1pt.com
Scripts
build: tsc -p tsconfig.json
prepublishOnly: pnpm build
typecheck: tsc -p tsconfig.json --noEmit
Usage
pnpm add @profullstack/sh1pt-action-packs
Development
pnpm --filter @profullstack/sh1pt-action-packs typecheck
Run tests from the repository root when this module includes a test file:
pnpm vitest run packages/actions/src/index.test.ts