Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 361 Bytes

contributing.md

File metadata and controls

13 lines (9 loc) · 361 Bytes

Contributing

Testing Locally:

# Plugin test usage
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

# Test asdf-delta plugin
asdf plugin test delta https://github.com/andweeb/asdf-delta.git "delta --help"

Tests are automatically run in GitHub Actions on push and PR.