Hello everyone!
I am launching an app for engineers and tech leaders who works with project dependencies. The aim of it is to find all NuGet, NPM and Maven application dependencies, display their versions and highlight the dependencies which are out of date. This application helps to keep dependencies consistent across projects and up-to-date.
Demo link: https://demo-dependencies.itbusina.com
Install instructions:
docker run -p 5000:8080 -e GITHUB_API_BASE_URL=https://api.github.com -e GITHUB_ACCESS_TOKEN={access token} -e PROJECTS=dotnet/aspnetcore --name dependencies-dashboard -d kbahdanovich/dependencies-dashboard:latest
I'd love for you to give it a try and share your feedback.
4smart Packages Overview