Skip to content

jangot/npm-packages-on-bitbucket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli for getting npm versions of all packages in your Bitbacket

How it works?

  1. To work with the tool you need to clone the repo.

  2. npm install

  3. Run command npm run load -- --user {bitbacketUserName} --password {bitbacketPassword} --host {youBitbacketHost} for loading package.json from available repositories.

  4. Run command npm run show

By default show will show only lodash versions.

But you can pass dependencies that will be show in a result: npm run show -- --package=axios --package=lodash

Show links to the repos yarn show -p axios -p lodash -l

Filter by last commit:

npm run show -- -d 90 - will apply filter by last 30 days (last commit)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published