2.1.0 • Published 3 years ago

shoulder v2.1.0

Weekly downloads
40
License
MIT
Repository
github
Last release
3 years ago

Shoulder

NPM version Build Status Coverage Status

Automatically find projects dependent on a particular package.

Use

To check the dependent projects of a particular package the Shoulder binary can be invoked via npx and supplied a package name:

npx shoulder fugl

If you wish to easily perform the check on a module being developed locally, you can execute shoulder in the checked out repository and supply "." as the package name to cause reading the package.json file:

npx shoulder .

devDependencies via Libraries.IO

By default, Shoulder uses dependents information from npm. One limitation of this data is that it only includes information about modules listed as direct depedents.

In order to fetch devDependencies, the tool is also integrated with Libraries.IO. Signing up for this tool will provide you with an API key which can be used with Shoulder as follows:

npx shoulder fugl --librariesio <api_key>

Output

By default, the tool outputs project names in a JSON format suitable for piping directly into fugl. A simple list is also possible using a command line switch:

npx shoulder -l fugl

Metrics

Shoulder supports a number of methods for determing the popularity of the dependent packages. The chosen metric is used to order the dependent packages in descending order of popularity.

Defaults to downloads

Downloads

Use npm downloads statistics over the last week.

npx shoulder unexpected --metric downloads

Stars

Use the total number of repository stars on GitHub.

npx shoulder unexpected --metric stars
2.1.0

3 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.5.0

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago