Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halitsever/logmoji
🪵 Very small logging package with emojis
https://github.com/halitsever/logmoji
cli console emoji emoji-logger log logger logging nodejs npm output overwrite package refresh shell stdout term terminal update
Last synced: about 2 months ago
JSON representation
🪵 Very small logging package with emojis
- Host: GitHub
- URL: https://github.com/halitsever/logmoji
- Owner: halitsever
- License: mit
- Created: 2024-02-27T07:43:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T23:09:57.000Z (6 months ago)
- Last Synced: 2024-06-29T00:35:24.980Z (6 months ago)
- Topics: cli, console, emoji, emoji-logger, log, logger, logging, nodejs, npm, output, overwrite, package, refresh, shell, stdout, term, terminal, update
- Language: JavaScript
- Homepage: https://halitsever.github.io/logmoji/
- Size: 1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
🪵 Very small logging package with emojis for node.js
- 🧑💻 [**Small**](#) - Only 3.63kB
- 🧑💻 [**Makes reading debug logs more fun**](#) - Reading debug logs less painless with logmoji```bash
npm install logmoji --save
```Usage:
```javascript
const logger = require("logmoji")({ timestamp: false });logger.success("You did it!");
// Success: ✅ You did it
```
MIT LICENSE | Halit Sever