jqf v1.6.0

jqf v1.6.0

  • Docs
  • Help
  • Blog
  • Languages iconEnglish
    • 日本語

›Documentations

Documentations

  • Install Guide
  • API References
  • Practical Use

Install Guide

Prerequisites

Node.js > 8 required.

Install to global

You can install jqf command with npm or yarn.

with npm

$ npm install jqf --global

with yarn

$ yarn global add jqf

Instant execution with npx

$ npx jqf -h

Quick Start with npx

You can try jqf instantly with npx.

$ echo '{"hello": "world"}' | npx jqf 'obj => obj.hello'
"world"
API References →
  • Prerequisites
  • Install to global
    • with npm
    • with yarn
  • Instant execution with npx
  • Quick Start with npx
jqf v1.6.0
Documentations
Install GuideAPI referencePractical Use
More
GitHubJqf is Licensed under the MIT License.
Copyright © 2020 kamataryo