https://github.com/kc-workspace/asdf-plugin-template
Template for personally asdf plugin
https://github.com/kc-workspace/asdf-plugin-template
asdf asdf-plugin asdf-vm template
Last synced: 7 months ago
JSON representation
Template for personally asdf plugin
- Host: GitHub
- URL: https://github.com/kc-workspace/asdf-plugin-template
- Owner: kc-workspace
- License: mit
- Created: 2023-04-17T07:56:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:09:30.000Z (10 months ago)
- Last Synced: 2025-01-22T23:42:28.302Z (9 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, template
- Language: Shell
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-plugin-template
This is an [asdf-vm plugin][asdf-plugins] template with CI support.
## Usage
1. Install [copier](copier)
2. Run `copier copy gh:kc-workspace/asdf-plugin-template.git ~/.asdf/plugins/xxxx`
3. To develop your plugin further, please read [plugins create section][asdf-create-plugin]## Update
Once plugin has been created using this template.
later when this template updated, you can update your plugin using below command.```bash
copier update ~/.asdf/plugins/xxxx
```## Development
1. Install [copier](copier)
2. Run `copier --vcs-ref HEAD . ./.temp` for local development[asdf-plugins]: https://asdf-vm.com/manage/plugins.html
[asdf-create-plugin]: https://asdf-vm.com/plugins/create.html
[copier]: https://copier.readthedocs.io/en/stable/#installation