pklformation
is a command-line interface (CLI) tool designed to facilitate the creation of AWS CloudFormation templates using the Pkl language. This tool allows users to harness the power and flexibility of Pkl while creating AWS CloudFormation templates, eliminating the need to work directly with JSON or YAML formats.
pklformation leverages the capabilities of Pkl, a language designed for simplicity, readability, and productivity. By using Pkl, users can benefit from features such as variables, functions, and cleaner syntax, as outlined in detail here.
- Create AWS CloudFormation templates using the Pkl language.
- Utilize variables, functions, and other Pkl features to enhance productivity.
- Seamlessly integrate
pklformation
into your AWS CloudFormation workflow.
Before using pklformation
, ensure that pkl
is installed on your system. If you haven't installed pkl
CLI yet, you can follow the installation guide available here.
you can build pklformation
:
cargo build
Contributions to pklformation
are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request on GitHub.
pklformation
is licensed under the MIT License.