@untillo/terminal

0.1.0 • Public • Published

@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

Package Sidebar

Install

npm i @untillo/terminal

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

1.9 kB

Total Files

4

Last publish

Collaborators

  • untillo