PrashanthaTP / gbpacman

Kind of Git Bash Package Manager
MIT License
0 stars 0 forks source link
git-bash package-manager python

gbpacman

gbpacman

Package Manager for Git Bash

What it does ?

Requirements

Note: Tested on Windows

Installation

pip install --upgrade git+ssh://git@github.com/PrashanthaTP/gbpacman@main

Usage

usage: gbpacman [-h] [-l LIST] [-i INSTALL] [--uninstall UNINSTALL]

Git Bash Package Manager

optional arguments:
  -h, --help            show this help message and exit
  -l LIST, --list LIST  list packages with given name (default: None)
  -i INSTALL, --install INSTALL
                        install package from msys package inventory (default:
                        None)
  --uninstall UNINSTALL
                        uninstall the package from the system if it exists
                        (default: None)

Note: --uninstall not yet implemented.

Dev

Todo

License

MIT