Skip to content

halitsever/logmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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