@skypack/package-check
Version:
A quality score checker for npm packages.
20 lines (14 loc) • 444 B
Markdown
# /package-check
A quality score checker for npm packages. More documentation coming soon!
```
# yarn (run this in your package directory)
yarn add /package-check --dev
yarn run package-check
```
```
# npm (run this in your package directory)
npm install /package-check --dev
npx package-check
```
## CLI Arguments
- `--cwd [./pkg]`: Change the tested package directory. Defaults to your current working directory.