-
To work with the tool you need to clone the repo.
-
npm install
-
Run command
npm run load -- --user {bitbacketUserName} --password {bitbacketPassword} --host {youBitbacketHost}
for loadingpackage.json
from available repositories. -
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)