Metadata-Version: 2.4
Name: mothership-cli
Version: 1.1.1
Summary: Modular Python project scaffolding CLI for rapid startup and deployment
Author: Nikolai Janiszewsky
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: summary

# mothership-cli

[![PyPI version](https://badge.fury.io/py/mothership-cli.svg)](https://badge.fury.io/py/mothership-cli)

**Modular Python project scaffolding CLI for structured, efficient development.**

---

## 🚀 Quick Start

```bash
pip install --upgrade mothership-cli

startup mothership

mothership my_project
mothership scaffold my_project
mothership push my_project
mothership pull https://github.com/you/repo.git
mothership vaporize my_project
mothership flush git
```
