README
plint
A npm package linter
Usage
plint
will scan the dependencies for that package.
It will detect the following problems with packages and subdependencies:
- Elastic semver usage (considered harmful)
- Preinstall, install, postinstall, scripts usage
Behavior
The CLI looks for a package.json
file in the current working directory, (or a directory given as an argument) and scan all its dependencies and subdependencies.
License
Copyright
Copyleft © 2015 by Esteban Ordano