Skip to content

denobytes/jqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version

jqlite

jqlite is a deno-powered jq-like cli

run jq filters at the cli powered by deno

usage

to run:

deno run --allow-read 'https://deno.land/x/jqlite/cli.ts' '.' test.json

example:

echo '{"a": "b"}' | deno run --allow-read 'https://deno.land/x/jqlite/cli.ts' '.a'
b

install

Requires deno

deno install -n jqlite --allow-read --allow-net https://deno.land/x/jqlite/cli.ts

license

Copyright 2023 denobytes.
See LICENCE file to get more infomation.

About

jqlite is a deno-powered jq-like cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published