/npm-check-test

Node module for checking and testing installed dependencies and package.json to keep everything been used and updated.

Primary LanguageJavaScriptMIT LicenseMIT

npm-check-test

Build Status Coverage Status

Node module for checking and testing installed dependencies and package.json to keep everything been used and updated.

Description

This project is still under development.

Do all the check and operation with npm in a promised way.

Requirement

Install

  • Global:
npm i npm-check-test -g
  • Module:
npm i npm-check-test --save

TO DO

  • Install config with exact version
  • Config system
  • Command setting

Usage