Skip to content

halitsever/logmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fbb57d Β· Jan 10, 2025

History

32 Commits
Mar 1, 2024
Jun 27, 2024
Jan 10, 2025
Feb 27, 2024
Feb 28, 2024
Feb 28, 2024
Feb 27, 2024
Mar 1, 2024
Jan 10, 2025
Jan 10, 2025

Repository files navigation


πŸͺ΅ Very small logging package with emojis for node.js


Documentation

npm install logmoji --save

Usage:

const logger = require("logmoji")({ timestamp: false });

logger.success("You did it!");
// Success: βœ… You did it

MIT LICENSE | Halit Sever