Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morevm/more-log
- Owner: MorevM
- License: mit
- Created: 2021-11-13T14:40:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T21:16:50.000Z (almost 3 years ago)
- Last Synced: 2024-08-09T06:55:49.787Z (5 months ago)
- Topics: console-tool, terminal
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE.md
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)