UNPKG

prettyoutput

Version:

Librarie to format js/json objects into a YAML-style colored output. Especially useful to pretty print logs. Performant (benchmarks)

12 lines (8 loc) 241 B
const prettyoutput = require('../lib/prettyoutput') /* eslint-disable no-console */ const data = { username: 'kic', url: 'https://github.com/keepitcool', projects: ['prettyoutput', '3m2tuio'] } console.log(prettyoutput(data))