Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 752 Bytes

File metadata and controls

19 lines (12 loc) · 752 Bytes

About this Plugin

Is it not annoying to see the execution of an action failed, simply because you forgot to install the corresponding package ?

With this plugin, you don't have to think about it :

  • if the package is not installed, action is simply skipped
  • if the package is installed (and match version constraint), action is executed

And more than just and if/else execution strategy, this plugin allow to avoid hard-coding arguments in your action definition.

Caution

Requires CaptainHook 5.28.4 or greater.

Learning

Learn by examples to know more about this plugin features on tutorials section