1.1.4 • Published 1 year ago

terminal-styling v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

terminal-colors

A npm package to add some styling to terminal output

Does Not Work With JavaScript Currently supports typescript Working on a JavaScript Fix

Installation

npm install terminal-styling

Usage

import { console } from 'terminal-styling'

// Changes terminal output to red
console.err("This is my error message");

// Changes terminal output to yellow
console.warn("This is my warning message");

// Changes terminal output to green
console.info("This is my info message");

// Allows the user to use custom colors
console.customColor(<'Hex Code'>, <is_bold: true || false> <'This is my custom color message'> ['Background Hex']);
1.1.1

2 years ago

1.1.0

2 years ago

1.1.4

1 year ago

1.0.5

2 years ago

1.1.3

1 year ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.51

2 years ago

1.0.50

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago