# gen-circleci-orb
Generate a CircleCI orb to provide the facilities offered by a CLI program.
[](https://crates.io/crates/gen-circleci-orb)
[](https://docs.rs/gen-circleci-orb)
[](https://github.com/jerus-org/gen-circleci-orb#license)
## Overview
**gen-circleci-orb** generates a CircleCI orb definition from a CLI program, enabling the
program's commands to be used as reusable CircleCI jobs and commands within CI/CD pipelines.
## Installation
```bash
cargo install gen-circleci-orb
# or
cargo binstall gen-circleci-orb
```
## Usage
```bash
gen-circleci-orb --help
```
## License
Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or
[MIT license](LICENSE-MIT) at your option.
## Contributing
See the [Contributing Guide](https://github.com/jerus-org/gen-circleci-orb/blob/main/CONTRIBUTING.md)
and [Code of Conduct](https://github.com/jerus-org/gen-circleci-orb/blob/main/CODE_OF_CONDUCT.md).