script to generate license info

This commit is contained in:
eric sciple 2021-10-19 13:53:51 -05:00
parent 826ba42d6c
commit 90cfc06573
21 changed files with 405 additions and 23 deletions

View file

@ -8,7 +8,9 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "jest"
"test": "jest",
"licensed-check": "src/misc/licensed-check.sh",
"licensed-generate": "src/misc/licensed-generate.sh"
},
"repository": {
"type": "git",