npm i -g json-to-js
--help/-h Display this message
--spaces=2 Provide the indentation in spaces
Ever copied JSON just to reindent and format it to JS? Add this command as an
alias to your .bashrc
/whatever you use for that stuff:
pbpaste | json-to-js | pbcopy