```
Usage:
rusmo
rusmo (new | n) [-t
Options:
-h, --help Show this screen
-v, --version Show version
-t
``````
rusmo is available for macOS and Linux.
If you have a Rust environment set up yet, you have to set up Rust environment.
You can use the cargo install command:
$ cargo install rusmo
run rusmo config
or rusmo c
`````` editor = "vim" #your favorite editor path = "/path/to/you/" #file will save here extension = "md" #your favorite file extension
``````
MIT
Hasu