Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.19 KB

asdf-emulatorwtf

CI Code Style License

A ew-cli plugin for asdf.

Installing

Installing this plugin:

$> asdf plugin add ew-cli https://github.com/dotanuki-labs/asdf-emulatorwtf.git

Using

Managing ew-cli with asdf:

# Show all installable versions
$> asdf list-all ew-cli

# Download the latest version
$> asdf install ew-cli latest

# Define the latest version for your local project (writes <project>/.tool-versions)
$> asdf local ew-cli latest

# Now ew-cli commands are available
$> ew-cli --help

You may also want to check the official documentation to learn more about asdf.

License

Copyright (c) 2023 - Dotanuki Labs - The MIT license