Closed mastersign closed 8 years ago
A solution would be to introduce a sub-folder in the config
dir, maybe apps
, which is searched for custom scripts. That would even allow to override included custom scripts of Bench apps.
In case a custom script is found in config\apps
and auto\apps
the one in config\apps
is executed.
Currently automation for an app, defined in the custom app library, can only be implemented in the
config\setup.ps1
andconfig\env.ps1
hook scripts. That is not very practical, if you want to share the automation of an app, and there is no way to implement a custom extraction inside the custom configuration.