Skip to content

🛠️ CLI application to automate your CI and more

License

Notifications You must be signed in to change notification settings

JungeWerther/alive-cli

Repository files navigation

alive-cli

🛠️ CLI application to automate your CI and more

Installation

Clone this repo and enter the directory

git clone https://github.com/yourusername/alive-cli.git
cd alive-cli

First, make sure you have fzf installed:

macOS

brew install fzf

Linux

sudo apt-get install fzf

The easiest way to install is to use the cli/install.sh script, which you can access with:

./alive install

Alternatively, follow the instructions for your platform:

Platform-specific installation

Before installing, make sure you have the necessary permissions and that the alive file is executable:

chmod +x alive

Then, based on your operating system:

macOS

sudo ln -s "$(pwd)/alive" /usr/local/bin/alive

Ubuntu/Debian

sudo ln -s "$(pwd)/alive" /usr/bin/alive

Raspberry Pi (Raspberry Pi OS/Raspbian)

sudo ln -s "$(pwd)/alive" /usr/bin/alive

Termux (Android)

ln -s "$(pwd)/alive" $PREFIX/bin/alive

Getting started

  1. Create a .aliverc config file.
alive init

Commands can either be called directly:

alive embed: String -> Measurement

About

🛠️ CLI application to automate your CI and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published