STDOUT 4 - Code Format First

1 year ago
6

Instead of using one tool to both color and pretty print json, you can use `prettier` to first format the json and then pass that to `bat` to color it. This is especially useful when you don't have a single command to do both tasks.

Loading comments...