Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Aug 25, 2024
1 parent 0b9e314 commit 257e528
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kloi is the successor to the [qaz](https://github.com/daidokoro/qaz) project. It

Like [qaz](https://github.com/daidokoro/qaz), kloi supports templating, however, kloi uses the the [Handlerbars]() templating framework, more on that [here](#templating)

### Why
### Why?

Using AWS CLI to deploy, delete or update Cloudformation stacks when rapidly testing builds is annonying, especially when dealing with complex templates with multiple stacks and parameters.

Expand All @@ -20,7 +20,8 @@ kloi allows you to add cloudformation parameters, template values and other conf

---

### Contents
<details>
<summary><b>Table of Contents</b></summary>

- **[Installation](#installation)**
- [MacOs](#macos)
Expand All @@ -41,6 +42,8 @@ kloi allows you to add cloudformation parameters, template values and other conf
- [Templating](#templating)
- **[Usage](#usage)**

</details>

---

### Installation
Expand Down Expand Up @@ -423,11 +426,17 @@ Note that the `{{#each}}` and `{{#if}}` blocks are used to iterate over the `cid

---


Kloi is in __beta__ and is still under active development. If you find any issues or have any feature requests, please open an issue.

TODO:

- [ ] CI/CD
- [x] Release workflow
- [x] Automate Release workflow
- [ ] Integration Tests on PR
- [ ] Unit Tests on PR
- [ ] Documentation
- [ ] Add more examples
- [ ] Add more detailed usage


0 comments on commit 257e528

Please sign in to comment.