Emit events that trigger certain scripts or commands, this would allow for live-reload of websites, linting, formatting etc. A good inspiration for events would be nodemon events. The events would also not block the normal function or executors of denon and should probably be called before the executors are called.
I propose that the bare minimum events would be:
And would be specified in the config like the following:
"events": {
"start": "deno run ./setup.ts",
"restart": "deno fmt",
"exit": "deno run ./finish.ts"
}
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too