mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-07 04:31:21 -06:00
740 B
740 B
log-symbols 
Colored symbols for various log levels
Includes fallbacks for Windows CMD which only supports a limited character set.
Install
$ npm install --save log-symbols
Usage
var logSymbols = require('log-symbols');
console.log(logSymbols.success, 'finished successfully!');
// On real OSes: ✔ finished successfully!
// On Windows: √ finished successfully!
API
logSymbols
info
success
warning
error
License
MIT © Sindre Sorhus