Skip to content

dedubcheck - De-Duplicate Dependency Checker for Node.js monorepos

License

Notifications You must be signed in to change notification settings

innovatrics/dedubcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dedubcheck

This tool check your monorepo for diferent versions of the same dependencies (by recursively looking for package.json file).

To ignore certain package, create .dedubcheck.js file in your root dir containing:

module.exports = [['packages/web/package.json', 'lodash'], ['<path-to-package.json>', '<name-of-package>'], [...]];

To run this thing, just do:

$ dedubcheck

For some debug info:

$ dedubcheck --debug

Releases

No releases published

Packages

No packages published