Metadata-Version: 2.4
Name: monospec
Version: 0.1.0
Summary: A zero-dependency CLI for managing monorepo workflows.
Author-email: Ben Horsburgh <16501406+benhorsburgh@users.noreply.github.com>
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"

# monospec

A zero-dependency CLI for managing monorepo workflows.

## Installation

```bash
pip install monospec
```

## Usage

Commands follow the pattern `monospec resource action`.

```bash
monospec version show
```

## Development

From the project directory:

```bash
pip install -e ".[dev]"
pytest
```
