Skip to content

tabone/dvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependency Version Checker

Installation

npm install --save dvc
npm install -g dvc

Usage

Command line

dvc [--registry <url>] [<pkg-name>[ <pkg-name>]]
Flags Default Description
registry https://registry.npmjs.org/ Registry url

When called without pkg-name, it will look for package.json in the current working directory.

API

const DVC = require('dvc')
const dvc = new DVC({
  registry: 'http://localhost/registry'
})

dvc.check('i18n-light', 'ipc-emitter')
  .then((info) => {
    console.info(info)
  })

About

Checks for outdated dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published