Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seanenck/blap
simplistic binary/source downloader, deployer and manager
https://github.com/seanenck/blap
package-manager packages
Last synced: about 2 months ago
JSON representation
simplistic binary/source downloader, deployer and manager
- Host: GitHub
- URL: https://github.com/seanenck/blap
- Owner: seanenck
- License: gpl-3.0
- Created: 2024-10-14T14:10:59.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-19T12:34:32.000Z (3 months ago)
- Last Synced: 2024-10-19T12:48:42.125Z (3 months ago)
- Topics: package-manager, packages
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
blap
===A simplistic "manager" of binaries and source downloaded from github (or other sources)
for local deployment of tooling. This is meant to be a simple, specific (and mostly for personal use) alternative
to local package management (e.g. via go/cargo directly or tools like
eget/brew).[![build](https://github.com/seanenck/blap/actions/workflows/build.yml/badge.svg)](https://github.com/seanenck/blap/actions/workflows/build.yml)
# build
clone repository and:
```
just
```# usage
Utilize the primitive `help` to see the CLI/config options for `blap`
## Config
Example configuration files are [here](internal/processing/examples)