Skip to content

afeiship/shields-log

Repository files navigation

shields-log

Output logger for https://shields.io/ style.

version license size download

installation

npm install -S shields-log 

usage

const slog = require('shields-log');

slog({ title: 'Platform', content: 'MacOs' });

colors

key value
brightgreen #52c435
green #97c232
yellowgreen #a1a237
yellow #d7af3b
orange #f17f4a
red #d5624f
blue #2082bf
lightgrey #9e9e9e
success #52c434
important #f17f4a
critical #d56250
infomational #2183c0
inactive #9e9e9e
blueviolet #8b42d9

resources

license

Code released under the MIT license.