All Projects → ellerbrock → Console Emoji

ellerbrock / Console Emoji

Licence: mit
💘 console log messages with emojis in color

Programming Languages

javascript
184084 projects - #8 most used programming language

console-emoji

Javascript JavaScript Style Guide Commitizen friendly Standard Version Open Source Love Gitter Chat

console.log messages with emoji support and color

console-emoji

Project Status

Build Status

install with npm

npm install --save console-emoji

install with yarn

yarn add console-emoji

Example

ES5

var log = require('console-emoji')

ES6

import log from 'console-emoji'

Examples

// log without colors and emojis
log('normal log ...')

// log with color and emojis
log('success ...', 'ok')
log('warning ...', 'warn')
log('error ...', 'err')

// text with emojis
log('✨ ⭐️ ⭐️  💫  i like emojis  💕 💖 💞')
log('damn error 😡', 'err')

// color text
log('just some red text', 'red')
log('green text with a kitten 😸', 'green')

Contact / Social Media

Get the latest News about Web Development, Open Source, Tooling, Server & Security

TwitterFacebookGoogle+GitterGithub

License

Copyright (c) 2016 Maik Ellerbrock

MIT Licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].