Add README for imag-counter
This commit is contained in:
parent
8acc57df8f
commit
c656aa2214
1 changed files with 11 additions and 0 deletions
11
imag-counter/README.md
Normal file
11
imag-counter/README.md
Normal file
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in a new issue