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