Skip to content

importpw/jq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jq

Imports a static jq binary to your $PATH.

Example

#!/usr/bin/env import
import "jq@1.0.0"

which jq

jq -V

echo '{"foo":"bar"}' | jq -r '.foo'