Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 239 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 239 Bytes

globalog

Colored logs without having to type "console".

Installs

npm i globalog -SE
npm i globalog -E

Usage

require('globalog')
info('Listening on localhost:3000')
error('Database is not specified, exiting...')