slavaGanzin / eat

Eat everything 🧀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Command-line tool for converting anything to JSON.

Features

  • Eat everything, spits out json
  • Supports json, yaml, toml, xml, ini, cli tables
  • Formatting and highlighting
  • Standalone binary

Install

$ npm install -g @medv/eat

Or download standalone binary from releases page.

Usage

$ eat resp.xml > resp.json

$ cat config.yaml | eat > config.json

$ eat deps.toml

$ ps | eat | fx .PID

Other examples

Use it with fx tool for extracting needed fields.

$ cat response.xml | eat | fx .Document.Title

Related

  • fx – cli JSON processor on JS
  • any-json - alternative cli tool for converting formats

License

MIT

About

Eat everything 🧀

License:MIT License


Languages

Language:JavaScript 100.0%