Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twobiers/function-sdk-typescript
A Node.js / TypeScript SDK for writing Composition Functions
https://github.com/twobiers/function-sdk-typescript
crossplane crossplane-xfn typescript
Last synced: 10 days ago
JSON representation
A 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:34:50.000Z (about 1 month ago)
- Last Synced: 2024-10-06T23:35:26.001Z (about 1 month ago)
- Topics: crossplane, crossplane-xfn, typescript
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 0
- 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