Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 316 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 316 Bytes

JQ

You can install jq with:

wapm install jq

Running

You can run the jq CLI

$ echo '{"foo": 0 }' | wapm run jq .
{
  "foo": 0
}

Building from Source

You can build JQ from source very easily with wasienv.

Steps:

  1. Run bash build.sh