gen-circleci-orb 0.0.0

Generate a CircleCI orb to provide the facilities offered by a CLI program
Documentation
# gen-circleci-orb

Generate a CircleCI orb to provide the facilities offered by a CLI program.

[![Crates.io](https://img.shields.io/crates/v/gen-circleci-orb.svg)](https://crates.io/crates/gen-circleci-orb)
[![Documentation](https://docs.rs/gen-circleci-orb/badge.svg)](https://docs.rs/gen-circleci-orb)
[![License](https://img.shields.io/crates/l/gen-circleci-orb.svg)](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).