Download Latest Version Supporting git dependencies from GitHub source code.tar.gz (31.2 kB)
Email in envelope

Get an email when there's a new version of npm-consider

Home / v1.5.0
Name Modified Size InfoDownloads / 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.

npm-consider

Source: README.md, updated 2017-11-09