Awesome
<div align="center">asdf-chromedriver
chromedriver plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,zip
: generic POSIX utilities.
Install
Plugin:
asdf plugin add chromedriver
# or
asdf plugin add chromedriver https://github.com/schinckel/asdf-chromedriver.git
chromedriver:
# Show all installable versions
asdf list-all chromedriver
# Install specific version
asdf install chromedriver latest
# Set a version globally (on your ~/.tool-versions file)
asdf global chromedriver latest
# Now chromedriver commands are available
chromedriver --help
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Matthew Schinckel