Metadata-Version: 2.4
Name: makerrepo-cli
Version: 0.2.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.3.1
Requires-Dist: makerrepo>=0.3.7
Requires-Dist: ocp-vscode>=3.0.1
Requires-Dist: playwright>=1.58.0
Requires-Dist: questionary>=2.1.0
Requires-Dist: rich>=13.0.0
Dynamic: license-file

# makerrepo-cli

Command-line tool for manufacturing as code with or without [MakerRepo](https://makerrepo.com) account.
Build CAD models from code (e.g. Build123D), collect and work with artifacts locally, and run your full Manufacturing as Code workflow from your own machine—without depending on MakerRepo.com.

## Installation

Using [uv](https://docs.astral.sh/uv/):

```bash
# Install globally (recommended)
uv tool install makerrepo-cli
```

To add it to an existing project instead:

```bash
uv add makerrepo-cli
```

To run without installing (one-off or try-it runs):

```bash
uvx makerrepo-cli   # or: uvx mr
```

**CLI documentation:** [docs.makerrepo.com/makerrepo-cli](https://docs.makerrepo.com/makerrepo-cli/)
