Releases: Chemaclass/bashdep
Releases · Chemaclass/bashdep
Release list
Release 0.8.1
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.8.1/bashdep
chmod +x lib/bashdepVerify with the attached checksum.
Release 0.8.0
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.8.0/bashdep
chmod +x lib/bashdepVerify with the attached checksum.
Release 0.7.0
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.7.0/bashdep
chmod +x lib/bashdepVerify with the attached checksum.
Release 0.6.0
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.6.0/bashdep
chmod +x lib/bashdepVerify with the attached checksum.
Release 0.5.0
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.5.0/bashdep
chmod +x lib/bashdepVerify with the attached checksum.
Release 0.4.2
See CHANGELOG.md for the full notes.
Install
curl -fsSLo lib/bashdep https://github.com/Chemaclass/bashdep/releases/download/0.4.2/bashdep
chmod +x lib/bashdep0.1
Initial release
bashdep::setupbashdep::install
Demo
#!/bin/bash
# Make sure the dependency manager is installed
if [ ! -f lib/bashdep ]; then
[[ ! -d "lib" ]] && mkdir -p "lib"
curl -s -L -o lib/bashdep \
https://github.com/Chemaclass/bashdep/releases/download/0.1/bashdep
chmod +x lib/bashdep
fi
DEPENDENCIES=(
"https://github.com/TypedDevs/bashunit/releases/download/0.17.0/bashunit"
"https://github.com/Chemaclass/create-pr/releases/download/0.6/create-pr"
"https://github.com/Chemaclass/bash-dumper/releases/download/0.1/dumper.sh@dev"
)
source lib/bashdep
bashdep::setup dir="lib" dev-dir="src/dev" silent=false
bashdep::install "${DEPENDENCIES[@]}"Full Changelog: https://github.com/Chemaclass/bashdep/commits/0.1