1# zig-ansi
2
3![loc](https://sloc.xyz/github/nektro/zig-ansi)
4[![license](https://img.shields.io/github/license/nektro/zig-ansi.svg)](https://github.com/nektro/zig-ansi/blob/master/LICENSE)
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.16-f7a41d)](https://ziglang.org/)
8[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
9
10ANSI 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
20Using https://github.com/nektro/zigmod, add a `git` type with a path of `https://github.com/nektro/zig-ansi`.
21
22## Usage
23
24See `src/main.zig` or do `zig build run` to see examples.
25
26See `src/lib.zig` for source code.