Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 473 Bytes

apj

Dead easy CLI JSON prettifier with awesome_print.

Installation

$ gem install apj

Usage

Just pipe in whatever you want.

$ curl https://github.com/rauchy.json | apj

or read a file:

$ apj some_file.json

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request