Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



🪵 Very small logging package with emojis for node.js









Documentation



- 🧑‍💻 [**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