1.0.5 • Published 6 years ago
the-health v1.0.5
the-health
Health checker
Installation
$ npm install the-health --save
Usage
'use strict'
const {TheHealth} = require('the-health')
async function tryExample () {
const health = new TheHealth(__dirname, {
package: {
// npm package name with should NOT be included
dependencyBlackList: ['npm', 'some-black-package-name']
}
})
await health.check()
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.