Init files

This commit is contained in:
2020-05-31 15:06:55 +03:00
commit 3cd6a07fbf
29 changed files with 947 additions and 0 deletions

16
Makefile Normal file
View File

@ -0,0 +1,16 @@
all: format build
build-docker:
docker build -t screeps-node .
build:
tools/npm run build:dev
format:
tools/npm run format
test:
tools/npm run test
coverage:
tools/npm run coverage