Track Asdf Plugins Updates Weekly
Convenience shortname repository for asdf community plugins
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 asdf-vm/asdf-plugins · ⭐ 1.1K · 🏷️ Computer Science
Feb 13 - Feb 19, 2023
Contributing a new Plugin / asdf-community
- Install repo dependencies:
asdf install
- Add the plugin to the repository
README.md
Plugin List table.
- Create a file with the shortname you wish to be used by asdf in
plugins/<name>
. The contents should berepository = <your_repo>
.- eg:
printf "repository = https://github.com/asdf-vm/asdf-nodejs.git\n" > plugins/nodejs
- eg:
- Test your code :
scripts/test_plugin.bash --file plugins/<name>
- Format your code & this README:
scripts/format.bash
Sep 06 - Sep 12, 2021
Creating a new Plugin
- Read the creating plugins guide (⭐20k)
Jul 12 - Jul 18, 2021
Creating a new Plugin
- Consider using our Template (⭐98) which has the core functionality to tools published to GitHub releases and CI for GitHub/GitLab/CircleCI out of the box.
Contributing a new Plugin / asdf-community
- Create a PR following the instructions in the PR template.