rpk 0.1.8

A lightweight, cross-platform cli package manager.
rpk-0.1.8 is not a library.

RPK

A lightweight, cross-platform cli package manager.

Installation

Download the latest release from the releases page or just run the following command:

curl -fsSL https://raw.githubusercontent.com/wfxr/rpk/main/scripts/install \
    | bash -s -- --to ~/bin

You can port the configuration from remote after installation:

rpk init <config_url>

Or do it in one line:

curl -fsSL https://raw.githubusercontent.com/wfxr/rpk/main/scripts/install \
    | bash -s -- --to ~/bin --init <config_url>