Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
xzx 2ec7739298 [Version] V.3.8 il y a 4 ans
..
browser.js [Version] V.3.8 il y a 4 ans
index.js [Version] V.3.8 il y a 4 ans
license [Version] V.3.8 il y a 4 ans
package.json [Version] V.3.8 il y a 4 ans
readme.md [Version] V.3.8 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

License

MIT © Sindre Sorhus