Skip to content

Picks a random dependency from your project and splains it to you.

Notifications You must be signed in to change notification settings

chriszarate/know-your-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Know Your Dependencies!

This is a command-line NPM module that picks a random dependency from your project and gives you some info about it.

You probably have a lot of dependencies that you've never heard of and you have absolutely no idea what they do. Is that a good thing? Probably not. That's the whole point of this.

cd my-hot-shit-js-project
npx know-your-deps

It looks for a package-lock.json in the folder you run it in.

But I use Yarn.

Well, aren't you fancy.

yarn global add know-your-deps
cd my-hot-shit-js-project
know-your-deps

Thanks to Hal for the PR.

About

Picks a random dependency from your project and splains it to you.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published