0.2.2 • Published 9 years ago
yap-json v0.2.2
Yet Another Pretty JSON
Pipe your
jsonintoyap-jsonto make it pretty
Features
- Pipe
jsonfor a pretty colourful output - What else do you need? Jesus, move along!
Usage
curl -s https://api.github.com/users/cesarferreira | yap-jsonecho '{"foo": "lorem", "bar": "ipsum"}' | yap-jsoncat myfile.json | yap-jsonInstallation
yarn global add yap-jsonor
npm install yap-json -gContributing
I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request:
1. If its a feature, bugfix, or anything please only change code to what you specify.
2. Please keep PR titles easy to read and descriptive of changes, this will make them easier to merge :)
3. Pull requests must be made against master branch. Any other branch (unless specified by the maintainers) will get rejected.
4. Check for existing issues first, before filing an issue.
5. Have fun!