4.0.0 • Published 5 years ago

know-your-deps v4.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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.

4.0.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago