CCharlieLi / npm-check-test

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 94.4%Language:Makefile 5.6%