authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:28:46 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:28:46 -07:00
log18c6c24d692df31a17f78299c4a539c935d1feb1
tree8fea0d1c6a232b254ec925098e3482013d1b148e
parentb0d7878680fff57fd5ed9e7e4d2694acc0b81255

ziginfra README sync


1 files changed, 7 insertions(+), 10 deletions(-)

README.md+7-10
...@@ -1,29 +1,26 @@...@@ -1,29 +1,26 @@
1# zig-ansi1# zig-ansi
2
2![loc](https://sloc.xyz/github/nektro/zig-ansi)3![loc](https://sloc.xyz/github/nektro/zig-ansi)
3[![license](https://img.shields.io/github/license/nektro/zig-ansi.svg)](https://github.com/nektro/zig-ansi/blob/master/LICENSE)4[![license](https://img.shields.io/github/license/nektro/zig-ansi.svg)](https://github.com/nektro/zig-ansi/blob/master/LICENSE)
4[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)5[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)
6[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
7[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
8[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
59
6ANSI utilities for CLI usage in Zig.10ANSI utilities for CLI usage in Zig.
711
8## Zig12## Zig
13
9- https://ziglang.org/14- https://ziglang.org/
10- https://github.com/ziglang/zig15- https://github.com/ziglang/zig
11- https://github.com/ziglang/zig/wiki/Community16- https://github.com/ziglang/zig/wiki/Community
1217
13## Getting Started18## Getting Started
19
14Using https://github.com/nektro/zigmod, add a `git` type with a path of `https://github.com/nektro/zig-ansi`.20Using https://github.com/nektro/zigmod, add a `git` type with a path of `https://github.com/nektro/zig-ansi`.
1521
16## Usage22## Usage
23
17See `src/main.zig` or do `zig build run` to see examples.24See `src/main.zig` or do `zig build run` to see examples.
1825
19See `src/lib.zig` for source code.26See `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
29MIT