Back to projects

Chalk Mate

2023
Open Source·
Live
·
Solo Developer

CLI text styling library extending Chalk.js with HTML-like template syntax for terminal colors, backgrounds, and text styles.

Overview

  • Built a CLI styling library that lets developers use HTML-like tags for terminal text formatting.
  • Supports CSS color names, hex codes, RGB values for foreground and background colors.
  • Includes bold, italic, underline, strikethrough, and other text decoration styles.
  • Problem Statement

    Chalk.js chaining syntax can be verbose for complex styling. HTML-like tags provide a more intuitive authoring experience.

    Tech Stack

    TypeScript
    Node.js

    Links

    Chalk Mate | Moses Gitau