Initial commit

This commit is contained in:
Tristan Ancelet
2026-02-23 10:30:03 -06:00
commit b91ecad7e5
10 changed files with 339 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# 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