https://github.com/ermos/chalk
🎨 Terminal string styling done right for Go
https://github.com/ermos/chalk
Last synced: 12 months ago
JSON representation
🎨 Terminal string styling done right for Go
- Host: GitHub
- URL: https://github.com/ermos/chalk
- Owner: ermos
- License: mit
- Created: 2020-11-26T11:12:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-26T15:00:00.000Z (over 5 years ago)
- Last Synced: 2025-02-24T07:16:03.652Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chalk 🎨
> Terminal string styling done right for Go
Chalk library allows you to write colorful terminal string easily.
For describe this library, she is intuitive and easily readable for
everyone. Writing style is based on [chalk](https://github.com/chalk/chalk)
for npm.
## Installation
```bash
go get github.com/ermos/chalk
```
## Usage
Work in progress..
## Simple Example
Work in progress..
## Custom Parser
Work in progress..
## Contribution
Work in progress..