Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-11-09 | 570 Bytes | |
Support CI and automation scripts source code.tar.gz | 2017-11-09 | 14.8 kB | |
Support CI and automation scripts source code.zip | 2017-11-09 | 23.9 kB | |
Totals: 3 Items | 39.3 kB | 0 |
Now you can call npm-consider install
and get stats for a local package in the current directory.
Additionally you can provide limits in your package.json
"config": {
"maxPackagesNumber": 100,
"maxSizeBites": 840400,
"allowedLicenseTypes": [
"permissive",
"publicDomain",
"uncategorized"
]
}
and call npm-consider install --test
in your automation scripts. If all limits are satisfied command will exit with code=0
; otherwise code=1
.