- Enhancement to native JSON.stringify() & console.table().
- Stringify + colorify(by ansi)(@spare/decoPale & decoPale-modules)
- Recognizable tags for logging(@spare/xr).
- Utility toolset: full angles transformation, ansi-coded string length, etc.
$ npm install @spare/<tool-name>
logger | Console log with prettier format | |
says | Console log with head mark | |
xr | Sentenced log content builder | |
deco | Stringify any object with color highlight | |
deco-flat | Stringify and flatten | |
deco-func | Stringify function | |
deco-pale | Stringify without color | |
deco-vector | Stringify array(vector) with color highlight | |
deco-matrix | Stringify 2d-array(matrix) with color highlight | |
deco-object | Stringify object with color highlight | |
deco-entries | Stringify entries with color highlight | |
deco-samples | Stringify samples with color highlight | |
deco-table | Stringify table with color highlight | |
deco-crostab | Stringify crostab with color highlight | |
verse | Stringify, ready to write to js or json file | |