Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wapm-packages/jq
Command-line JSON processor
https://github.com/wapm-packages/jq
wasi wasm webassembly
Last synced: 6 days ago
JSON representation
Command-line JSON processor
- Host: GitHub
- URL: https://github.com/wapm-packages/jq
- Owner: wapm-packages
- Created: 2019-05-16T21:20:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T06:16:46.000Z (about 5 years ago)
- Last Synced: 2024-08-02T06:11:31.420Z (3 months ago)
- Topics: wasi, wasm, webassembly
- Language: Shell
- Size: 2.39 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wasi - jq
README
# JQ
You can install `jq` with:
```shell
wapm install jq
```## Running
You can run the jq CLI
```shell
$ echo '{"foo": 0 }' | wapm run jq .
{
"foo": 0
}
```## Building from Source
You can build JQ from source very easily with [wasienv](https://github.com/wasienv/wasienv).
Steps:
1. Run `bash build.sh`