emuto-cli

1.11.0 • Public • Published

emuto-cli

JSON processor - transform and query JSON files using the emuto language

oclif Version Downloads/week License

Usage

USAGE
  $ emuto [FILTER]

OPTIONS
  -I, --input-feature=head               special features for the input format
  -c, --color                            color output
  -d, --input-delimiter=input-delimiter  delimiter for dsv input
  -e, --edit-file=edit-file              edit a file in place
  -h, --help                             show CLI help
  -i, --input=input                      [default: json] input format. Valid: json, raw, csv, tsv, dsv
  -o, --output=output                    [default: json] output format. Valid: json, raw
  -s, --script-file=script-file          read script from file
  -u, --ugly                             don't prettify output
  -v, --version                          show CLI version

DESCRIPTION
  Example:

       cat input.json | emuto '$.characters | map ($ => $ { name gender})'

  The shebang for emuto is #! emuto -s

  wsp format: 	lines with columns separated by whitespace.
  		Empty columns are not supported.

Setup

npm install -g emuto emuto-cli

Readme

Keywords

Package Sidebar

Install

npm i emuto-cli

Weekly Downloads

3

Version

1.11.0

License

MIT

Unpacked Size

9.82 kB

Total Files

11

Last publish

Collaborators

  • kantord