Skip to main content
Module

x/sheetjs/demos/typescript/Makefile

πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Extremely Popular
Go to Latest
File
.PHONY: all all: @npm run build .PHONY: lint lint: @npm run lint .PHONY: init init: mkdir -p node_modules npm install typescript cd node_modules; ln -s ../../../ xlsx; cd -