Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morevm/more-log

Stunningly dumb module for better terminal output
https://github.com/morevm/more-log

console-tool terminal

Last synced: about 2 months ago
JSON representation

Stunningly dumb module for better terminal output

Awesome Lists containing this project

README

        

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

# more-log

Stunningly dumb module for better terminal output.

## Installation

Using `npm`:

```bash
npm install @morev/more-log
```

Using `yarn`:

```bash
yarn add @morev/more-log
```

## Usage

ESM
```js
import log from '@morev/more-log';

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

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

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

## Examples of styled messages

![Examples of styled messages](.github/examples.png)