@hidoo/util-fancy-print
v0.19.0
Published
Utility that print styled values to console
Downloads
35
Readme
@hidoo/util-fancy-print
Utility that print styled values to console.
Installation
$ npm install @hidoo/util-fancy-print
Usage
import fancyPrint from '@hidoo/util-fancy-print';
fancyPrint('project name', [
{label: 'Host', value: '0.0.0.0'},
{label: 'Port', value: 8000}
]);
// ++++++++++++++++++++++++++++++
// project name
// ++++++++++++++++++++++++++++++
//
// Host: 0.0.0.0
// Port: 8000
//
// ++++++++++++++++++++++++++++++
Test
$ yarn test
License
MIT