An open API service indexing awesome lists of open source software.

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

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.