imag/imag-counter
Matthias Beyer 909a1431f6 Remove unused imports 2016-04-16 22:39:22 +02:00
..
src Remove unused imports 2016-04-16 22:39:22 +02:00
Cargo.toml imag-counter: init 2016-03-12 16:06:10 +01:00
README.md Add README for imag-counter 2016-03-25 15:56:42 +01:00

README.md

imag-counter

A simple module to count things.

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