1.0.5 • Published 4 years ago

require-check v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

node-require-check

semantic
release coverage npm version

Checks that a given module is able to be required without any errors occurring.

Install

npm install require-check -g
require-check <project-directory>

Use directly via npx

npx require-check <project-directory>

How

The tool will attempt to:

  1. Install all the npm dependencies in a tmp directory
  2. Require the module installed

This will ensure that the package being checked doesn't have any of the common runtime bugs like missing a package dependency, and that the package overall is require-able.

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago