# package-check **Repository Path**: mirrors_alienzhou/package-check ## Basic Information - **Project Name**: package-check - **Description**: A quality score checker for npm packages. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-08 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.