sheetjs/demos/electron/Makefile
2022-04-14 03:27:38 -04:00

13 lines
188 B
Makefile

.PHONY: init
init:
mkdir -p node_modules
cd node_modules; if [ ! -e xlsx ]; then ln -s ../../../ xlsx ; fi; cd -
.PHONY: lint
lint:
eslint *.js
.PHONY: run
run:
npm i
npx electron .