summaryrefslogtreecommitdiffstats
path: root/imag-counter
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-25 15:56:42 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-25 15:56:42 +0100
commitc656aa22141c82c737909e827c3a8f06f38827e5 (patch)
tree131bae6ee269935dcab177468db0aafd03acacc2 /imag-counter
parent8acc57df8f6056a9c7ce2b324b38c6e26392c2d2 (diff)
Add README for imag-counter
Diffstat (limited to 'imag-counter')
-rw-r--r--imag-counter/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/imag-counter/README.md b/imag-counter/README.md
new file mode 100644
index 00000000..2c306afd
--- /dev/null
+++ b/imag-counter/README.md
@@ -0,0 +1,11 @@
+# imag-counter
+
+A simple module to count things.
+
+```bash
+imag counter create --name example --initval 42 # or: -n example -i 42
+imag counter --inc example # or -i example
+imag counter --reset example
+imag counter --dev example # or -d example
+```
+