Skip to content

NeoHsu/asdf-mitmproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-mitmproxy Build Lint

mitmproxy plugin for the asdf version manager.

Windows installation: This tool only works under WSL. Please check this documents

Build History

Build history

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add mitmproxy
# or
asdf plugin add mitmproxy https://github.com/NeoHsu/asdf-mitmproxy.git

mitmproxy:

# Show all installable versions
asdf list-all mitmproxy

# Install specific version
asdf install mitmproxy latest

# Set a version globally (on your ~/.tool-versions file)
asdf global mitmproxy latest

# Now mitmproxy commands are available
mitmproxy --version

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 © Neo Hsu