Metadata-Version: 2.4
Name: git-module-manager
Version: 0.3.0
Summary: Interactive submodule manager for Git
Author: Nikhil Taparia
License: MIT
Project-URL: Homepage, https://github.com/<your-username>/git-module-manager
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# git-module-manager (Prototype)

A simple Python-based CLI to manage Git submodules.

## Usage

```bash
python gmm.py list
python gmm.py count
python gmm.py clone <submodule-name>
python gmm.py remove <submodule-name>
