https://github.com/appthrust/kcl-modules
Collection of KCL modules
https://github.com/appthrust/kcl-modules
kcl kcl-lang kcl-module
Last synced: 4 days ago
JSON representation
Collection of KCL modules
- Host: GitHub
- URL: https://github.com/appthrust/kcl-modules
- Owner: appthrust
- License: mit
- Created: 2024-12-11T08:41:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T01:53:13.000Z (about 1 year ago)
- Last Synced: 2025-10-02T00:31:51.834Z (4 months ago)
- Topics: kcl, kcl-lang, kcl-module
- Language: Nix
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# KCL Modules
This is a monorepo containing useful KCL modules that help you write better KCL code.
## Available Modules
### filepath
A module that helps you work with file paths safely and consistently. [Learn more](./filepath/README.md)
### crossplane_function_kcl_utils
A module that provides type-safe utilities for writing Crossplane Functions in KCL. [Learn more](./crossplane_function_kcl_utils/README.md)
### crossplane_provider_aws_route53
A module that provides type-safe schemas for AWS Route53 resources managed by the Crossplane AWS Provider. [Learn more](./crossplane_provider_aws_route53/README.md)
## Contributing
We welcome contributions! Please see our [Contributing Guide](./CONTRIBUTING.md) for details.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.