@profullstack/sh1pt-actions-fleet-core
v0.3.0
Published
Action-pack schema, validator, deterministic renderer, and catalog loader for sh1pt Actions Fleet.
Readme
Actions Fleet Core
Action-pack schema, validator, deterministic renderer, and catalog loader for sh1pt Actions Fleet.
What it does
- Provides actions-fleet-core functionality for sh1pt workflows.
- Exports module metadata and hooks consumed by the sh1pt CLI or SDK.
Package
- Name:
@profullstack/sh1pt-actions-fleet-core - Path:
packages/actions-fleet-core - Homepage: https://sh1pt.com
Scripts
build:tsc -p tsconfig.jsonprepublishOnly:pnpm buildtypecheck:tsc -p tsconfig.json --noEmit
Usage
pnpm add @profullstack/sh1pt-actions-fleet-coreDevelopment
pnpm --filter @profullstack/sh1pt-actions-fleet-core typecheckRun tests from the repository root when this module includes a test file:
pnpm vitest run packages/actions-fleet-core/src/index.test.ts