trevismurithi/Qleaner Health Guardian

Install Qleaner from npm and run read-only tidy (with per-step -r reports), image scan, and summary. React, Vue, and Nuxt.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
qleaner-versionnpm version tag for the published `qleaner` package (e.g. 1.5.1 or latest).no1.5.1
node-versionNode.js version for setup-node.no20
scan-pathCode directory passed to `qleaner tidy`.yes.
image-assets-pathImage assets directory passed to `qleaner image` (first argument).no""
image-code-pathCode root for image reference resolution (second `qleaner image` argument).no""
tidy-extra-argsExtra arguments for `qleaner tidy` (default `-r` prints per-step dry-run tables — console log tiers, unused code, duplicates, exports).no-r
image-extra-argsExtra arguments appended to `qleaner image` (default dry-run table with similarity threshold).no-d -T 0.1
skip-imageSkip the image scan step when true.nofalse
skip-summarySkip `qleaner summary` when true.nofalse
restore-cacheRestore `unused-check-cache.json` from the Actions cache before running.notrue
namedescription
tidy-report-filePath to the captured tidy stdout/stderr log.
image-report-filePath to the captured image scan log.
summary-filePath to the captured summary log.