1.0.4 • Published 6 years ago

jlens v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

jlens Build Status

CLI for getting values from JSON files

Install

  • npm: npm i -g jlens
  • yarn: yarn global add jlens

Usage

$ jl <file> <path>

Arguments

  • file — Relative or absolute path to file
  • path — Dot.notation to needle value

Options

  • --pretty, -p — Pretty print
  • --version, -v — Show version number
  • --help, -h — Show help

Example

jl package.json dependencies.express
# =>> ^4.16.3
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago