1.0.2 • Published 7 years ago

rangi v1.0.2

Weekly downloads
56
License
MIT
Repository
github
Last release
7 years ago

npm.io https://telegram.me/kamikazechaser https://github.com/kamikazechaser/rangi/blob/master/LICENSE.md

🎨 Rangi

A dead simple Node.js terminal styling module that doesn't depend on any other module and is light-weight.

"Rangi" is a Kiswahili word which translates to "color"

Demo

rangi

Install

npm i rangi -S

Usage

const rangi = require("rangi");

// color styling
console.log(rangi.cyan("Hello World! This text is cyan in color!"));

// text formatting
console.log(rangi.bold("Hello World! This text is bold in style!"));

Supported Colors

  • Green
  • Magenta
  • Cyan
  • Blue
  • White
  • Grey
  • Black
  • Yellow
  • Red

    Supported Text Styles

  • Bold

  • Italic
  • Underline
  • Inverse - Inverted black and white text only

Supported Shells

  • Windows CMD
  • Terminal
  • X-Term

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago