Metadata-Version: 2.4
Name: kiro-cli
Version: 1.0.0
Summary: A CLI scaffolding tool for backend projects
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer
Requires-Dist: questionary
Requires-Dist: rich
Dynamic: license-file

# ⚡ Kiro

Kiro is a CLI scaffolding tool that helps developers quickly set up backend projects without wasting time on repetitive configuration.

Instead of manually setting up folders, dependencies, and boilerplate, Kiro guides you through an interactive setup and generates a ready-to-code project.

---

## 🚀 Features (current stage)

- Interactive CLI wizard
- Runtime selection (Node.js, Python)
- Framework selection based on runtime
- Project name prompt
- Automatic folder generation
- Basic starter files setup
- file config for node js(ts/js) and python

---

## 📦 Installation (development)

```bash
pip install -r requirements.txt
```

Follow the interactive prompts to generate a project.

---

## 📁 Output Example

```bash

my-app/
├── src/
│   ├── main.py / index.js
│   └── routes/

```


## 🚧 Roadmap

 Template engine system
 Dependency auto-installation
 Git initialization support
 Docker integration
 Database setup wizard
 Plugin-based architecture
 Global CLI installation (npm/pipx-style experience)
 Web landing page + documentation site


## 🧠 Philosophy

Kiro is built around a simple idea:

“Stop setting up. Start building.”

The focus is on reducing friction between idea and execution.

.

## 👨‍💻 Author

Built by Jimoh Olamide Prince

## 📜 License
MIT
