#!/bin/bash # title: Webi # homepage: https://webinstall.dev # tagline: webinstall.dev for the CLI # description: | # for the people like us that are too lazy even to run curl https://webinstall.dev/PACKAGE_NAME | bash # examples: | # ```bash # webi node@latest # ``` #
# # ```bash # webi golang@v1.14 # ``` #
# # ```bash # webi rustlang # ``` if [ -f "$HOME/.local/bin/webi" ]; then echo "Installed 'webi'" else echo "Install any other package via https://webinstall.dev and webi will be installed as part of the bootstrap process" fi