schinckel / asdf-chromedriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-chromedriver Build Lint

chromedriver plugin for the asdf version manager.

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

About

License:MIT License


Languages

Language:Shell 100.0%