Allow custom command before and after re-build process
execute command such as swag init and so on
Could you describe your use-case a bit more? What would your ideal configuration for this feature look like? Do you just want to add a pre and post hook to the build?
just like pre or post triggers at each time fresh re-build. Using this to re-generate my Swagger docs which embedded inside source code
+1 For the hooks - in my case I'm interested more in the post hook, to shoot out tput bel for me to be notified that build is done, since build takes couple secs, which Im using to continue reading something or w/else
I actually wrote a tool which can overcome this issue. You might want to take a look at https://github.com/AgentCosmic/xnotify
Any update on this?