repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

Eric Bower  ·  2024-04-15

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