https://github.com/octarect/gpkg
A flexible package/plugin manager.
https://github.com/octarect/gpkg
bash package-manager plugin-manager shell zsh
Last synced: about 2 months ago
JSON representation
A flexible package/plugin manager.
- Host: GitHub
- URL: https://github.com/octarect/gpkg
- Owner: octarect
- License: mit
- Created: 2023-07-20T11:42:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T20:29:36.000Z (over 2 years ago)
- Last Synced: 2025-04-03T14:33:12.601Z (about 1 year ago)
- Topics: bash, package-manager, plugin-manager, shell, zsh
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpkg
[](https://github.com/octarect/gpkg/actions/workflows/ci.yaml)
A package manager written in Go. (Currently in development 🔨)
## Getting started
### Installation
### Add a package
```toml
[[packages]]
from = "ghr"
repo = "junegunn/fzf"
```
### Load packages
Installed plugins can be loaded using `load`.
```bash
eval $(gpkg load)
```
## License
MIT License (© 2023 Ryota Kota)