From 074a515c0b8d2fb25f3fbea1d8eb6b4b8ab44b5c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 17 Jan 2026 17:57:45 +0900 Subject: add readme and license files --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f7da60d --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +# zgjq + +Zig implementation of [jq](https://jqlang.org/). + + +## Build + +### Requirements + +- zig 0.15.x +- [just](https://github.com/casey/just) + +### Steps + +``` +$ just build +``` + + +## Test + +``` +$ just test +``` + + +## License + +See [LICENSE.md](./LICENSE.md). -- cgit v1.3-1-g0d28