Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 368 Bytes

contributing.md

File metadata and controls

19 lines (14 loc) · 368 Bytes

Contributing

Testing Locally:

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

Example

asdf plugin test kotlin https://github.com/missingcharacter/asdf-kotlin.git \
  "kotlin -help"

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