We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d33a6 commit 90f23b9Copy full SHA for 90f23b9
README.md
@@ -8,14 +8,9 @@ This is a monorepo containing useful KCL modules that help you write better KCL
8
9
A module that helps you work with file paths safely and consistently. [Learn more](./filepath/README.md)
10
11
-## Installation
+### crossplane_function_kcl_utils
12
13
-Each module can be installed using the KCL package manager. For example:
14
-
15
-```bash
16
-# Install filepath module
17
-kcl mod add oci://ghcr.io/appthrust/kcl/filepath
18
-```
+A module that provides type-safe utilities for writing Crossplane Functions in KCL. [Learn more](./crossplane_function_kcl_utils/README.md)
19
20
## Contributing
21
0 commit comments