A developer friendly data/value humanizer for debugging/logging - for JavaScript/Node.
TODO
Install using npm:
$ npm install @grimen/humanizerInstall using yarn:
$ yarn add @grimen/humanizerVery basic bytesize example:
const { bytesize } = require('@grimen/humanizer')
// TODO: add exampleVery basic duration example:
const { duration } = require('@grimen/humanizer')
// TODO: add exampleClone down source code:
$ make installRun colorful tests using jest:
$ make testpython-humanizer- "A developer friendly data/value humanizer for debugging/logging - for Python"
This project was mainly initiated - in lack of solid existing alternatives - to be used at our work at Markable.ai to have common code conventions between various programming environments where Node.js (for I/O heavy operations) is heavily used.
Released under the MIT license.