Eric Bower
·
15 Apr 24
Makefile
1fmt:
2 deno fmt
3.PHONY:
4
5lint:
6 deno lint
7.PHONY: lint
8
9test:
10 deno test --allow-env --allow-read
11.PHONY: test
git clone https://github.com/neurosnap/starfx.git
1fmt:
2 deno fmt
3.PHONY:
4
5lint:
6 deno lint
7.PHONY: lint
8
9test:
10 deno test --allow-env --allow-read
11.PHONY: test