gpkg

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2020 License: MIT Imports: 1 Imported by: 0

README

tests codecov

The (Unofficial) Github Package Manager

Package management using Github repositories.

About

This tool was built to solve the problem of manually installing and managing software from Github Releases.

The aim of this tool is to provide these kinds of semantics to enable users to quickly install tools:

gpkg install github.com/${OWNER}/${REPO}

And over time easily and quickly update those same tools:

gpkg update github.com/${OWNER}/${REPO}

Installation

There are several methods available to install the gpkg cli, the simplest and fastest way is to install the latest release from our site:

curl --proto '=https' --tlsv1.2 -sSf https://gpkg.dev/install.sh | bash

Once you've installed gpkg this way it becomes self-hosting and going forward it can update itself with gpkg update self.

Add ~/.local/gpkg/bin to your PATH environment variable permanently at this point to run gpkg and other apps installed via gpkg.

Goals

To track current progress on check the Organization's Projects.

Contributing

See the Contributing Guide and the Developer Docs.

developing:/DEVELOPING.md# About

This tool was built to solve the problem of manually installing and managing software from Github Releases.

The aim of this tool is to provide these kinds of semantics to enable users to quickly install tools:

gpkg install github.com/${OWNER}/${REPO}

And over time easily and quickly update those same tools:

gpkg update github.com/${OWNER}/${REPO}

Installation

There are several methods available to install the gpkg cli, the simplest and fastest way is to install the latest release from our site:

curl --proto '=https' --tlsv1.2 -sSf https://gpkg.dev/install.sh | bash

Once you've installed gpkg this way it becomes self-hosting and going forward it can update itself with gpkg update self.

Add ~/.local/gpkg/bin to your PATH environment variable permanently at this point to run gpkg and other apps installed via gpkg.

Goals

To track current progress on check the Organization's Projects.

Contributing

See the Contributing Guide and the Developer Docs.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
pkg
constants
Package constants contains constants and variables used throughout the module for default settings and commonly used names
Package constants contains constants and variables used throughout the module for default settings and commonly used names
errors
Package errors provides pre-formatted errors that are used throughout the module
Package errors provides pre-formatted errors that are used throughout the module
packages
Package packages provides types and functionality for handling application packages from Github repositories
Package packages provides types and functionality for handling application packages from Github repositories
test
e2e

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL