katwhite 2bb8a30479 i hope this works il y a 4 ans
..
browser.js 2bb8a30479 i hope this works il y a 4 ans
index.js 2bb8a30479 i hope this works il y a 4 ans
license 2bb8a30479 i hope this works il y a 4 ans
package.json 2bb8a30479 i hope this works il y a 4 ans
readme.md 2bb8a30479 i hope this works il y a 4 ans

readme.md

log-symbols Build Status

Colored symbols for various log levels

Includes fallbacks for Windows CMD which only supports a limited character set.

Install

$ npm install log-symbols

Usage

const logSymbols = require('log-symbols');

console.log(logSymbols.success, 'Finished successfully!');
// On good OSes:  ✔ Finished successfully!
// On Windows:    √ Finished successfully!

API

logSymbols

info

success

warning

error

Related

License

MIT © Sindre Sorhus