jqf v1.8.0

jqf v1.8.0

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

›Documentations

Documentations

  • Install Guide
  • API References
  • Practical Use

Install Guide

Prerequisites

Node.js > 16 required.

Install to global

You can install jqf command with bun, npm or yarn.

with bun

$ bun install jqf --global

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 bun
    • with npm
    • with yarn
  • Instant execution with npx
  • Quick Start with npx
jqf v1.8.0
Documentations
Install GuideAPI referencePractical Use
More
GitHubJqf is Licensed under the MIT License.
Copyright © 2024 kamataryo