criteo / command-launcher

A command launcher 🚀 made with ❤️
https://criteo.github.io/command-launcher
MIT License
35 stars 7 forks source link

Support package setup hook #110

Closed bhou closed 1 year ago

bhou commented 1 year ago

A new system command setup is introduced by this change. It is triggered:

  1. after the package is installed, if enable_package_setup_hook config is true
  2. explicitly by the built-in package command: package setup [pkg name]