Files
vim-ale/webi/webi.bash
2020-05-04 04:11:44 -06:00

28 lines
604 B
Bash

#!/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 <kbd>curl&nbsp;https://webinstall.dev/PACKAGE_NAME&nbsp;|&nbsp;bash</kbd>
# examples: |
# ```bash
# webi node@latest
# ```
# <br/>
#
# ```bash
# webi golang@v1.14
# ```
# <br/>
#
# ```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