An open API service indexing awesome lists of open source software.

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

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..