imag/imag-counter/README.md

12 lines
249 B
Markdown
Raw Normal View History

2016-03-25 14:56:42 +00:00
# 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
```