Repository
Current version released
3 years ago
Versions
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.jsonexample:
echo {"a": "b"} | deno run --allow-read 'https://deno.land/x/jqlite/cli.ts' '.a' test.json
binstall
Requires deno
deno install -n jqlite --allow-read --allow-net https://deno.land/x/jqlite/cli.tslicense
Copyright 2023 denobytes.
See LICENCE file to get more infomation.