Created from deno init
. Set up in the way I like it.
- Deno
No brainer deno installation and deletion
make denoinstall
make denodelete
deno task <script_name>
- cache: cache dependecies and write lock file
- dev: run server in watch mode
- server: run server
- test: run test with coverage output
As a security meause 'run' only works with cache dependecies, so first you have to deno task cache
and then you can deno task run