Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)