From a1f8561c582cef961dd7088c2fe5204046dd9d85 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Fri, 10 Jan 2020 18:07:10 +0330 Subject: [PATCH] add jq info to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 195d822f..8771db5f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ | [Hy](#hy) | [Joel Martin](https://github.com/kanaka) | | [Io](#io) | [Dov Murik](https://github.com/dubek) | | [Java](#java-17) | [Joel Martin](https://github.com/kanaka) | +| [Jq](#jq) | [Ali MohammadPur](https://github.com/alimpfard) | | [JavaScript](#javascriptnode) ([Demo](http://kanaka.github.io/mal)) | [Joel Martin](https://github.com/kanaka) | | [Julia](#julia) | [Joel Martin](https://github.com/kanaka) | | [Kotlin](#kotlin) | [Javier Fernandez-Ivern](https://github.com/ivern) | @@ -587,6 +588,17 @@ mvn -quiet exec:java -Dexec.mainClass=mal.stepX_YYY mvn -quiet exec:java -Dexec.mainClass=mal.stepX_YYY -Dexec.args="CMDLINE_ARGS" ``` +### Jq + +Tested against version 1.6, with a lot of cheating in the IO department + +``` +cd jq +STEP=stepA_YYY ./run + # with Debug +DEBUG=true STEP=stepA_YYY ./run +``` + ### JavaScript/Node ```