@throw-out-error/data-cli

1.0.2 • Public • Published

Data CLI

A command-line tool for querying and manipulating data. Currently only supports json5.

Usage

Export Usage

toe-data ex <format> [query]

Possible formats:

  • ln: prints the values of a json array as seperate lines
  • sp: prints the values of a json array seperated by spaces
  • none: prints as normal json

If you want to you can specify a query after the format such as joe/*.

Example

echo ["joe", "mom"] | toe-data ex ln

Output:

joe
mom

Readme

Keywords

none

Package Sidebar

Install

npm i @throw-out-error/data-cli

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

3.94 kB

Total Files

4

Last publish

Collaborators

  • sebastianspeitel
  • bayugoon
  • brenttrenholme
  • creepinson