Metadata-Version: 2.4
Name: git-module-manager
Version: 0.6.1
Summary: Interactive Git submodule manager
Author: Nikhil Taparia
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: windows-curses; platform_system == "Windows"

# 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>
