https://github.com/twobiers/function-sdk-typescript
A @crossplane Node.js / TypeScript SDK for writing Composition Functions
https://github.com/twobiers/function-sdk-typescript
crossplane crossplane-xfn typescript
Last synced: 7 months ago
JSON representation
A @crossplane Node.js / TypeScript SDK for writing Composition Functions
- Host: GitHub
- URL: https://github.com/twobiers/function-sdk-typescript
- Owner: twobiers
- License: apache-2.0
- Created: 2024-09-04T19:29:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T19:28:44.000Z (10 months ago)
- Last Synced: 2025-03-18T12:03:11.001Z (7 months ago)
- Topics: crossplane, crossplane-xfn, typescript
- Language: TypeScript
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# function-sdk-typescript
A Node.js / TypeScript SDK for writing [composition functions][functions].
This SDK is currently a alpha. It has been created out of curiosity if it's a good idea to
write composition functions in TypeScript and to asses the options it provides.If you just want to jump in and get started, consider using the [function-template-typescript]
template repository.[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
[function-template-typescript]: https://github.com/twobiers/function-template-typescript