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!
- Host: GitHub
- URL: https://github.com/liblaf/color-make
- Owner: liblaf
- License: mit
- Archived: true
- Created: 2023-05-28T09:34:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T12:51:41.000Z (over 1 year ago)
- Last Synced: 2026-01-06T05:04:08.880Z (6 months ago)
- Topics: automation, cli, code-quality, continuous-integration, dependency-management, deprecated, github-actions, makefile, python, rich-text, testing
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# color-make
## Demo
### Echo

### Error

### Warning

### Info

## Shell Completion
### Zsh
```zsh
compdef color-make=make
```