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