aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-17 17:57:45 +0900
committernsfisis <nsfisis@gmail.com>2026-01-17 17:57:45 +0900
commit074a515c0b8d2fb25f3fbea1d8eb6b4b8ab44b5c (patch)
tree89b286a68f7ec16fd888d73c2b99689505fb9060 /README.md
parent5cd4ac861aa9128aaf80bc26391d975840fdc248 (diff)
downloadzgjq-074a515c0b8d2fb25f3fbea1d8eb6b4b8ab44b5c.tar.gz
zgjq-074a515c0b8d2fb25f3fbea1d8eb6b4b8ab44b5c.tar.zst
zgjq-074a515c0b8d2fb25f3fbea1d8eb6b4b8ab44b5c.zip
add readme and license files
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
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).