Skip to content

A script to search both BitBucket and GitHub for .NET versions to get an idea of what repos have projects that are using versions that are out of support.

Notifications You must be signed in to change notification settings

GenePADI/search-dotnet-versions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search .NET Versions

A script to search both BitBucket and GitHub for .NET versions to get an idea of what repos have projects that are using versions that are out of support.

Prerequisites

A .env file is required with the following values populated:

BITBUCKET_DISABLED=[optional] true or false
BITBUCKET_PASSWORD=bitbucket app password
BITBUCKET_USERNAME=bitbucket username
BITBUCKET_WORKSPACE=bitbucet account/workspace
GITHUB_DISABLED=[optional] true or false
GITHUB_ORG=github org
GITHUB_TOKEN=github personal access token

Getting started

Start by installing dependencies by running npm install or yarn. Then run the script by running node index.js.

References

About

A script to search both BitBucket and GitHub for .NET versions to get an idea of what repos have projects that are using versions that are out of support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published