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

https://github.com/liblaf/color-make

⛔️ DEPRECATED - 🛠️ Colorful and enhanced Makefile output with rich text formatting!
https://github.com/liblaf/color-make

automation cli code-quality continuous-integration dependency-management deprecated github-actions makefile python rich-text testing

Last synced: 5 months ago
JSON representation

⛔️ DEPRECATED - 🛠️ Colorful and enhanced Makefile output with rich text formatting!

Awesome Lists containing this project

README

          

# color-make

## Demo

### Echo

![echo](https://github.com/liblaf/color-make/raw/assets/echo.png)

### Error

![error](https://github.com/liblaf/color-make/raw/assets/error.png)

### Warning

![warning](https://github.com/liblaf/color-make/raw/assets/warning.png)

### Info

![info](https://github.com/liblaf/color-make/raw/assets/info.png)

## Shell Completion

### Zsh

```zsh
compdef color-make=make
```