- Install Rust: https://www.rust-lang.org/tools/install
- Note: If
which cargo
returns a path, skip this step! - TLDR:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
, and you're done!
- Note: If
cargo install pks
(it's likegem install
)
(Mac only – for other platforms, please create an issue/PR or try option 1.)
- Go to https://github.com/alexevanczuk/packs/releases
- Download the
packs
asset and runchmod +x path/to/packs
. This makes the asset executable on your machine. - Open the containing directory, right click on the binary, click open, and then accept the warning message that says its from an unknown developer (it's me!)
- Execute
path/to/packs
to see the CLI help message.
You can add path/to/packs
to your PATH
so it's available in every terminal session.
I'm looking into installing via brew
or as a native ruby gem extension. More coming soon!
- Install dotslash
- Download the latest packs release dotslash
pks
file. Example: https://github.com/alexevanczuk/packs/releases/download/v0.2.8/pks - Save the
pks
file to your ruby project's bin/ directory. You'll then have abin/pks
file in your project. - Use
bin/pks
to execute the CLI.