Skip to content

techterraformers/pklformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pklformation

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.

Features

  • 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.

Requirements

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.

Build

you can build pklformation:

cargo build

Contributing

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.

License

pklformation is licensed under the MIT License.