netzo / fresh-netzo

Full-stack Deno Fresh meta-framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
https://netzo.io
MIT License
51 stars 3 forks source link

[cli] use `dax` instead of `Deno.Command` #123

Open miguelrk opened 9 months ago

miguelrk commented 9 months ago

We are now using dax for testing which is great. We should adopt dax in the CLI as well (where possible) instead of the lower-level Deno.Command API to simplify code.