Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@skypack/package-check

skypackjs55.2kMIT0.2.2TypeScript support: included

A quality score checker for npm packages.

skypack, package, quality, lint

readme

@skypack/package-check

A quality score checker for npm packages. More documentation coming soon!

# yarn (run this in your package directory)
yarn add @skypack/package-check --dev
yarn run package-check
# npm (run this in your package directory)
npm install @skypack/package-check --dev
npx package-check

CLI Arguments

  • --cwd [./pkg]: Change the tested package directory. Defaults to your current working directory.