An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# gpkg

[![CI](https://github.com/octarect/gpkg/actions/workflows/ci.yaml/badge.svg)](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)