Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nektro/zig-ansi
ANSI utilities for CLI usage in Zig.
https://github.com/nektro/zig-ansi
zig zig-package
Last synced: 3 months ago
JSON representation
ANSI utilities for CLI usage in Zig.
- Host: GitHub
- URL: https://github.com/nektro/zig-ansi
- Owner: nektro
- License: mit
- Created: 2020-12-09T19:24:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T23:12:18.000Z (5 months ago)
- Last Synced: 2024-10-15T02:33:51.430Z (4 months ago)
- Topics: zig, zig-package
- Language: Zig
- Homepage:
- Size: 15.6 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-ansi
![loc](https://sloc.xyz/github/nektro/zig-ansi)
[![license](https://img.shields.io/github/license/nektro/zig-ansi.svg)](https://github.com/nektro/zig-ansi/blob/master/LICENSE)
[![discord](https://img.shields.io/discord/551971034593755159.svg?logo=discord)](https://discord.gg/P6Y4zQC)ANSI utilities for CLI usage in Zig.
## Zig
- https://ziglang.org/
- https://github.com/ziglang/zig
- https://github.com/ziglang/zig/wiki/Community## Getting Started
Using https://github.com/nektro/zigmod, add a `git` type with a path of `https://github.com/nektro/zig-ansi`.## Usage
See `src/main.zig` or do `zig build run` to see examples.See `src/lib.zig` for source code.
## Built With
- Zig 0.7.0## Contact
- [email protected]
- https://twitter.com/nektro## License
MIT