Homebrew Formula for Jsoncat, the Json pretty-print parser.
$> brew tap pantuza/homebrew-jsoncat
$> brew install jsoncat
To update Formula do the following tasks:
- Update jsoncat version at Formula/jsocat.rb
- Run 'make update' to check if the sha256 of the tarball changed. If yes it will update Formula file.
- Commit and push changes to remote
To untap the previous Formula run:
$> brew untap pantuza/homebrew-jsoncat
Then, repeat the install process.
See the full documentation at project page on github