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: 4 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-01T12:41:05.000Z (5 months ago)
- Last Synced: 2024-12-01T13:36:06.370Z (5 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: 3
- Watchers: 1
- Forks: 1
- 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