@kici-dev/sdk
v0.1.21
Published
TypeScript SDK for defining KiCI workflows. Import into `.kici/workflows/*.ts` to declare workflows, jobs, steps, triggers, rules, and matrix configurations.
Maintainers
Readme
@kici-dev/sdk
TypeScript SDK for defining KiCI workflows. Import it in .kici/workflows/*.ts to declare workflows, jobs, steps, triggers, rules, and matrix configurations — with full type safety and editor autocomplete.
Part of KiCI — CI/CD workflows as TypeScript code: author them with full language power, dry-run them locally, and run them on your own infrastructure.
Install
npm install --save-dev @kici-dev/sdkUsually installed for you by kici init.
Links
- Documentation: https://docs.kici.dev/user/sdk/core/
- Source: https://github.com/kici-dev/kici-public/tree/main/packages/sdk
- License: Apache-2.0
