GithubHelp home page GithubHelp logo

jduepmeier / binary-package-manager Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 176 KB

A small package manager that installs binaries from github

License: MIT License

Go 99.30% Makefile 0.62% Shell 0.08%

binary-package-manager's Introduction

binary-package-manager

This is a small package manager that fetches binaries from different sources (github, gitlab, ...)

Install

To install the tool copy the binary from releases to a folder inside your PATH variable. Alternative install it from source:

make

# installs inside $GOPATH/bin
make install

Usage

First init bpm:

bpm init

To add packages create the corresponding yaml files inside ~/.config/bpm/packages. For kickstarting the file use:

bpm add <package> <repo-url>

Currently only github is supported.

See package.example.yaml for all available options.

Install a package with:

bpm install <package>

To update all packages use:

bpm update

Github rate-limits

Github has a rate-limiting in place. To get a higher limit use an access token (https://github.com/settings/tokens). The access token does not need any permissions except a private repo is fetched.

# add to config file (~/.config/bpm/config.yaml)
github:
  username: <github-username>
  token: <created-token>

Release Notes

See CHANGELOG.md.

binary-package-manager's People

Contributors

jduepmeier avatar renovate[bot] avatar dependabot[bot] avatar

Stargazers

guoxue avatar Manuel Laug avatar Samuel Krieg avatar Michael Corbett avatar  avatar  avatar

Watchers

 avatar  avatar

binary-package-manager's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/codeql-analysis.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/go.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-go v5
.github/workflows/release-check.yml
  • actions/checkout v4
  • actions/setup-go v5
  • goreleaser/goreleaser-action v6
.github/workflows/release.yml
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/setup-go v5
  • goreleaser/goreleaser-action v6
gomod
go.mod
  • go 1.21
  • go 1.22.4
  • github.com/creasty/defaults v1.7.0
  • github.com/jessevdk/go-flags v1.6.1
  • github.com/rs/zerolog v1.33.0
  • github.com/google/go-github/v62 v62.0.0
  • github.com/stretchr/testify v1.9.0
  • github.com/ulikunitz/xz v0.5.12
  • gopkg.in/yaml.v3 v3.0.1
  • github.com/Masterminds/semver/v3 v3.2.1

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.