Skip to content

Stunningly dumb module for better terminal output

License

Notifications You must be signed in to change notification settings

MorevM/more-log

Repository files navigation

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