Mansil is a Multi-language ANSI escape code Library
It provides the commonly used ANSI escape codes and helper functions for:
- Dart
- Go
- JS/TS
- Python
- Rust
# Dart
dart pub add mansil
# Go
go get github.com/vieolo/mansil
# JS/TS
npm install @vieolo/mansil
# Python
pip install mansil # using pip
uv add mansil # using uv
# Rust
cargo add mansil