Files
asdf-sui/contributing.md
2024-03-30 17:37:37 +08:00

12 lines
321 B
Markdown

# Contributing
Testing Locally:
```shell
asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]
asdf plugin test sui https://github.com/placeholdersoft/asdf-sui.git "sui --version"
```
Tests are automatically run in GitHub Actions on push and PR.