asdf/test/fixtures
Jochen Schalanda 57186be6d9
Support customizing plugin-add and plugin-remove
* Add support for custom `plugin-add` and `plugin-remove` in plugins
* Add configurable command hooks for plugin installation and removal

```shell
pre_asdf_plugin_remove = echo will remove plugin ${1}
pre_asdf_plugin_remove_foo = echo will remove plugin foo
post_asdf_plugin_remove = echo removed plugin ${1}
post_asdf_plugin_remove_foo = echo removed plugin foo
```

Closes #670
2020-03-21 14:59:33 +01:00
..
dummy_plugin/bin Support customizing plugin-add and plugin-remove 2020-03-21 14:59:33 +01:00
dummy_plugins_repo/plugins Optimise listing all plugins 2018-10-27 20:05:02 +01:00