Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ice-zjchen/neat-cli-print
- Owner: ice-zjchen
- License: mit
- Created: 2019-12-06T17:04:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T23:31:10.000Z (about 2 years ago)
- Last Synced: 2024-04-25T23:43:07.119Z (9 months ago)
- Language: TypeScript
- Size: 274 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```