asdf-plugins icon indicating copy to clipboard operation
asdf-plugins copied to clipboard

feat: add asdf sync plugin

Open robzr opened this issue 10 months ago • 0 comments

Summary

Description: asdf sync is a plugin which implements an asdf extension command to synchronize plugins. It also offers the ability to use Semantic Versioning based version constraints using common constraint syntax, and to specify a plugin URL and/or ref in the comments of .tool-versions.

  • Tool repo URL: https://github.com/robzr/asdf-sync
  • Plugin repo URL: https://github.com/robzr/asdf-sync

Checklist

  • [x] Format with scripts/format.bash
  • [x] Test locally with scripts/test_plugin.bash --file plugins/<your_new_plugin_name>
  • [x] Your plugin CI tests are green
    • Tip: use the plugin_test action from asdf-actions in your plugin CI

robzr avatar Apr 06 '24 01:04 robzr