https://github.com/aichholzer/charmer
Gorgeous JSON logging.
https://github.com/aichholzer/charmer
Last synced: about 14 hours ago
JSON representation
Gorgeous JSON logging.
- Host: GitHub
- URL: https://github.com/aichholzer/charmer
- Owner: aichholzer
- License: mit
- Created: 2016-09-08T02:53:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:10:50.000Z (about 5 years ago)
- Last Synced: 2025-06-27T02:03:12.284Z (7 days ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# charmer
[](https://greenkeeper.io/)
[](https://travis-ci.org/aichholzer/charmer)
[](https://www.npmjs.com/package/charmer)
[](https://github.com/aichholzer/charmer)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](https://github.com/aichholzer/charmer/blob/master/LICENSE)