/checkup

Primary LanguageJavaScriptISC LicenseISC

@erickmerchant/checkup

Essentially it looks at all the directories passed to it and runs a few checks on them. I wrote this because this page wasn't working. More checks may be added in the future.

Checks

  • reports results from npm audit --json
  • compares the output of npm outdated --json to the package-lock.json versions
  • runs npm test
  • runs git status --porcelain

Usage

Install it globally or just use npx.

npx @erickmerchant/checkup --help