chore: add some documentation and somet testing

This commit is contained in:
BluJ
2022-07-18 13:27:51 -06:00
parent cb39f5f3ba
commit 17d4b8048f
7 changed files with 296 additions and 249 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
TEST_FILES := $(shell find ./**/*.ts)
test: $(TEST_FILES)
deno test test.ts
deno check mod.ts