Add cli tool to call indepth analyzer

This commit is contained in:
lowlighter
2021-05-29 11:50:08 +02:00
parent 70a5b24c5e
commit b0d37f318b
2 changed files with 28 additions and 1 deletions

View File

@@ -12,7 +12,8 @@
"linter": "eslint source/**/*.mjs --quiet",
"dev": "nodemon source/app/web/index.mjs -e mjs,css,ejs,json",
"postinstall": "node node_modules/puppeteer/install.js",
"fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix"
"fmt": "dprint fmt --config .github/config/dprint.json && npx eslint source/**/*.mjs --fix",
"indepth": "node source/plugins/languages/analyzers.mjs"
},
"repository": {
"type": "git",