1.0.0 • Published 4 years ago

@morev/more-log v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

License: MIT

more-log

Stunningly dumb module for better terminal output.

Installation

Using npm:

npm install @morev/more-log

Using yarn:

yarn add @morev/more-log

Usage

ESM

import log from '@morev/more-log';

log.success('Wow! It really works.')

CommonJS

const log = require('@morev/more-log');

log.block.success('Also works this way');

Examples of styled messages

Examples of styled messages