Skip to content

Template for personally asdf plugin

License

Notifications You must be signed in to change notification settings

kc-workspace/asdf-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-plugin-template

This is an asdf-vm plugin template with CI support.

Usage

  1. Install 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

Update

Once plugin has been created using this template. later when this template updated, you can update your plugin using below command.

copier update ~/.asdf/plugins/xxxx

Development

  1. Install copier
  2. Run copier --vcs-ref HEAD . ./.temp for local development