Metadata-Version: 2.4
Name: clispec
Version: 0.1.2
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Software Development :: Quality Assurance
Summary: Score CLI tools against The CLI Spec
Author-email: "Ruben J. Jongejan" <ruben.jongejan@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://clispec.dev
Project-URL: Repository, https://github.com/rvben/clispec-cli

# clispec

Score CLI tools against [The CLI Spec](https://clispec.dev).

## Install

```
cargo install clispec
brew install rvben/tap/clispec
```

## Usage

```
clispec score proxctl
clispec score gh
clispec score kubectl
clispec score proxctl vm list    # specify subcommand to test
clispec score proxctl --json     # machine-readable output
```

## License

MIT

