@kestra-io/artifact-sdk
v0.0.18
Published
The utility library for building UI in Kestra plugins.
Downloads
2,140
Readme
@kestra-io/artifact-sdk
The core utility library for building UI in Kestra plugins.
Provides essential tools and utilities for developing custom UI components, handling integration with Kestra's plugin architecture, with full support for TypeScript and modern JavaScript tooling.
Development
- Install dependencies:
npm install- Run the unit tests:
npm run test- Build the library:
npm run build