Basic readme.

master
Karchnu 2020-11-13 22:36:17 +01:00
parent 7e4470112b
commit 4e69c13539
1 changed files with 19 additions and 0 deletions

19
README.md Normal file
View File

@ -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
```