|
|
|
|
|
by bhouston
639 days ago
|
|
Neat! I will add this to my toolbelt. BTW a complimentary tool I've used in the past is depcheck, it is an npm package that removes unused dependencies from your npm package.json file. Smaller package.json files means faster "npm install" and also smaller docker files. https://www.npmjs.com/package/depcheck |
|