From 4e69c135399b0e91b95e831c058577c4db3502e8 Mon Sep 17 00:00:00 2001 From: Karchnu Date: Fri, 13 Nov 2020 22:36:17 +0100 Subject: [PATCH] Basic readme. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..372e1da --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# cq usage + +```sh +cq < file.cbor +cq [attribute] < file.cbor +``` + +Example: + +```sh +cq ".people.alice.age" < file.cbor +``` + +# json-to-cbor usage + +```sh +json-to-cbor < file.json > file.cbor +``` +