Skip to content

gretanausedaite/package-usage-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

package-usage-script

Copied from and inspired by bentleyvk package-usage script.

This script generates a csv file with a list of apps using your packages and which version of app their are using.

Usage

  • Firstly you need to run:
npm install
  • Update packages array in script file with a list of package names you want to find usage for. Should be in a format of [organization]/[package-name].
  • Get ADO PAT token with read access to code.
  • Run:
node package-usage-ADO.js companyName azureToken

companyName - name of your company, you can just copy it from the URL https://dev.azure.com/companyName/.

azureToken - Azure token that you got in previous step.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published