Files
crystal_cligen/README.md
Tristan Ancelet b91ecad7e5 Initial commit
2026-02-23 10:30:34 -06:00

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