Metadata-Version: 2.4
Name: milynx
Version: 0.1.0
Summary: A powerful CLI tool for scaffolding project structures
Author-email: Minh <minh.hoquang.dev@gmail.com>
License: MIT
Keywords: cli,scaffold,generator,dev-tools,boilerplate
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: typer[all]
Requires-Dist: rich
Requires-Dist: questionary
Requires-Dist: jinja2
Requires-Dist: pyyaml

# 🚀 milynx-cli

**milynx** is a lightweight CLI tool to quickly scaffold project files like:

- Dockerfile
- docker-compose.yml
- .gitignore
- Makefile
- environment templates

No more copying boilerplate from old repos — just run a command and generate everything.

---

# ✨ Features

- ⚡ Instant project scaffolding
- 🧩 Modular generator system
- 🧠 Template-based generation (Jinja2 supported)
- 📦 Supports multiple project types (Python, Java, Node, etc.)
- 🔌 Extensible architecture (add your own generators)

---

# 📦 Installation

## Option 1 — local dev install

```bash
git clone https://github.com/minhqh/milynx-cli.git
cd milynx-cli
pip install -e .
