0.1.0 • Published 3 years ago

@untillo/terminal v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@Untillo/Terminal

Super Simple Terminal Styling Library

Installation

npm i @untillo/terminal

Usage

const Terminal = require('@untillo/terminal')

console.log(Terminal.color('red', 'This Text is Red'));
console.log(Terminal.colorRGB(255, 255, 0, 'This Text is Yellow'));

Avaliable Default Colors

black, red, green, yellow, blue, magenta, cyan, white