| ... | ... | @@ -1,29 +1,26 @@ |
| 1 | 1 | # zig-ansi |
| 2 | |
| 2 | 3 |  |
| 3 | 4 | [](https://github.com/nektro/zig-ansi/blob/master/LICENSE) |
| 4 | 5 | [](https://discord.gg/P6Y4zQC) |
| 6 | [](https://github.com/sponsors/nektro) |
| 7 | [](https://ziglang.org/) |
| 8 | [](https://github.com/nektro/zigmod) |
| 5 | 9 | |
| 6 | 10 | ANSI utilities for CLI usage in Zig. |
| 7 | 11 | |
| 8 | 12 | ## Zig |
| 13 | |
| 9 | 14 | - https://ziglang.org/ |
| 10 | 15 | - https://github.com/ziglang/zig |
| 11 | 16 | - https://github.com/ziglang/zig/wiki/Community |
| 12 | 17 | |
| 13 | 18 | ## Getting Started |
| 19 | |
| 14 | 20 | Using https://github.com/nektro/zigmod, add a `git` type with a path of `https://github.com/nektro/zig-ansi`. |
| 15 | 21 | |
| 16 | 22 | ## Usage |
| 23 | |
| 17 | 24 | See `src/main.zig` or do `zig build run` to see examples. |
| 18 | 25 | |
| 19 | 26 | See `src/lib.zig` for source code. |
| 20 | | |
| 21 | | ## Built With |
| 22 | | - Zig 0.7.0 |
| 23 | | |
| 24 | | ## Contact |
| 25 | | - hello@nektro.net |
| 26 | | - https://twitter.com/nektro |
| 27 | | |
| 28 | | ## License |
| 29 | | MIT |