1.0.5 • Published 6 years ago

the-health v1.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

the-health

Build Status npm Version JS Standard

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.

Links

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago