1.0.1 • Published 5 years ago

fancy-terminal v1.0.1

Weekly downloads
235
License
MIT
Repository
github
Last release
5 years ago

🌈 fancy-terminal Build Status Coverage Status

zero dependency Node.js terminal output colorizer.

installation

npm i fancy-terminal or yarn add fancy-terminal

usage

const ft = require('fancy-terminal');

// color name for font colors
console.log('An error occured: ' + ft.red('an unfortunate error'));

// color name with Bg suffix for background colors
console.log(ft.greenBg('operation successfull');

check yarn example for full color displays.

api

license

MIT

Erdem Bircan (c) 2019-present

1.0.1

5 years ago

1.0.0

5 years ago