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

Invoke a post install script after installing a new version

Open liaden opened this issue 4 years ago • 1 comments

There is https://github.com/tpope/rbenv-ctags which that generate tags automatically for ruby. It would be nice to setup similar functionality with asdf. Having the installer invoke a script if a user has defined one, similar to the default gems, seems like it could support other use cases as well.

liaden avatar Jan 26 '21 12:01 liaden

This should be possible with asdf plugin hooks - https://asdf-vm.com/plugins/create.html

Stratus3D avatar Nov 12 '21 17:11 Stratus3D