Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ice-zjchen/neat-cli-print

Neat print for CLI
https://github.com/ice-zjchen/neat-cli-print

Last synced: about 1 month ago
JSON representation

Neat print for CLI

Awesome Lists containing this project

README

        

# neat-cli-print
Neat print for CLI

## Usage

```javascript
import {createPrinter} from 'neat-cli-print';

const print = createPrinter('love');

print.info('Love', 'Peace');
print.error('War');
print.success('Happy', 'Life');
print.warn('Sick');
```