13 lines
303 B
Markdown
13 lines
303 B
Markdown
# CliGenerator
|
|
|
|
This is a crystal project to manage setting up OptionParser objects based around "Command" objects and arguments you define inside them.
|
|
|
|
## Usage
|
|
```crystal
|
|
require "cli_generator"
|
|
```
|
|
|
|
## Contributors
|
|
|
|
- [Tristan Ancelet](https://github.com/your-github-user) - creator and maintainer
|