deno_hello/Makefile
2021-02-19 16:14:38 +01:00

5 lines
No EOL
73 B
Makefile

.PHONY: cli
cli:
deno run cli.ts
tests:
deno test --coverage --unstable