DEV Community

Russell Jones
Russell Jones

Posted on • Originally published at blog.jonesrussell42.xyz on

Quickly view project dependencies on the cli

Ahnee! I frequently find myself on the command line wanting to know which dependencies and devDependencies are in the package.json file.

I do it frequently enough that I decided to experiment with commander and create a command line utitlity in JavaScript/TypeScript.

packages screenshot

Check it out at https://github.com/jonesrussell/packages or simply:

npm i -g @jonesrussell42/packages

Enter fullscreen mode Exit fullscreen mode

Meegwetch!

Top comments (0)