Update format

This commit is contained in:
Andros Fenollosa
2022-02-05 18:14:35 +01:00
parent 22b2fc9a65
commit 9e6549b153
5 changed files with 260 additions and 181 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.DEFAULT_GOAL := help
help:
@perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-25s\033[0m %s\n", $$1, $$2}'
build: ## Build in 'dist'
tsc src/fnTools.ts -t es2017 --module amd -outFile dist/fnTools.js