26 lines
483 B
Markdown
26 lines
483 B
Markdown
# CliGenerator
|
|
|
|
This is a crystal project to manage setting up OptionParser objects based around "Command" objects and arguments you define inside them.
|
|
|
|
## Installation
|
|
|
|
1. Add the dependency to your `shard.yml`:
|
|
|
|
```yaml
|
|
dependencies:
|
|
cligen:
|
|
git: https://git.arcanium.tech/tristan/cligen
|
|
```
|
|
|
|
2. Run `shards install`
|
|
|
|
|
|
## Usage
|
|
```crystal
|
|
require "cligen"
|
|
```
|
|
|
|
## Contributors
|
|
|
|
- [Tristan Ancelet](https://git.arcanium.tech/tristan) - creator and maintainer
|