Tail a file. If a line is valid JSON, parse and pretty-print it. Otherwise, just print it.
Run npm install and npm run build, then npm link.
tail-json /var/log/project-name/all.logAny lines that parse as valid JSON will be pretty-printed, any that don't will be printed normally.
MIT © Jesse Youngblood