From c656aa22141c82c737909e827c3a8f06f38827e5 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Mar 2016 15:56:42 +0100 Subject: [PATCH] Add README for imag-counter --- imag-counter/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 imag-counter/README.md 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 +``` +