npryce / adr-tools

Command-line tools for working with Architecture Decision Records
Other
4.56k stars 578 forks source link

test installer for the asdf-vm version manager #42

Closed tomdavidson closed 6 years ago

tomdavidson commented 6 years ago

I created a adr-tools plugin for asdf-vm and have an opened PR to register it.

asdf gives osx and linux users (ci jobs) a 'universal' path to managing tool versions. Anyone care to test it out? especially osx users? Here is a quicky, but read the asdf README.md too. Once the asdf-plugin PR is approved, the git urls will not be needed:

$ asdf plugin-add adr-tools https://gitlab.com/td7x/asdf/adr-tools
$ asdf list-all adr-tools
$ asdf install adr-tools 2.0.1
$ asdf (global | local) adr-tools 2.0.1
$ adr

It would be nice to have others try it out and make sure it works beyond my pipeline & computer.

npryce commented 6 years ago

It's been merged into the asdf-vm plugins project, so I assume it works ok.