README (396B)
1 coma - config manipulator 2 ========================= 3 Create config files from JSON input. 4 5 6 Dependencies 7 ------------ 8 coma depends on libcjson. 9 10 11 Usage 12 ----- 13 coma works for simple config files that use the <key> = <value> schema. coma 14 reads from stdin and prints to stdout. 15 16 Example usage: 17 curl https://example.com/api/call | coma > example.conf 18 19 TODO 20 ---- 21 - Distinguish between ints and floats