build_pipeline plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities.
Plugin:
asdf plugin add build_pipeline
# or
asdf plugin add build_pipeline https://github.com/mbernerslee/asdf-build_pipeline.git
build_pipeline:
# Show all installable versions
asdf list-all build_pipeline
# Install specific version
asdf install build_pipeline latest
# Set a version globally (on your ~/.tool-versions file)
asdf global build_pipeline latest
# Now build_pipeline commands are available
bp --version
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Matthew Berners-Lee