@bunnarin/plugin-hooks
the problem with nocobase plugin development is that you have to go through alot of step to push change to the code, and that you don’t want all the plugin boilerplate code when all you want is to override one simple behaviour.
with my plugin, you can just write traditional plugin code in storage/hooks. Every code change will restart the app (or container if using docker deployment). This mean that you can easily push code from dev and when the production pulls it, it’ll automatically restart.
2 Likes
3 Likes