charmer

Gorgeous JSON logging.


Keywords
console, logs, pretty, print, json, format, object
License
MIT
Install
npm install charmer@0.1.2

Documentation

charmer

Build Status Dependency status Downloads Always useful

Gorgeous JSON logging.

Install

npm install --save charmer

Use

let charmer = require('charmer');

charmer({"name":"charmer","type":"module","language":"javascript","purpose":"Gorgeous"}, [options]);
// {
    "name": "charmer",
    "type": "module",
    "language": "javascript",
    "purpose": "Gorgeous"
}

Options

{
  "fetch": "false",        // Whether the result should be returned or not. Default: false
  "sort": 'asc' || 'desc'  // Sort the result, by key. Works recursively.
}

Contribute

fork https://github.com/aichholzer/charmer/

License

MIT