Skip to content

cesar-d2l/FileBucketStats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileBucketStats

Creates a tree-view representation of the filebuckets modulo org

Instructions

Install .NET core (Windows or Linux) and run

dotnet restore
dotnet run -c Release --project src/FileBucketStats/FileBucketStats.csproj > buckets.json

This will look on //pdfs01/ea/devops/filebucket/ for filebuckets (this can be configured with a command line argument) and write the output into buckets.json. Combine that file with www/bucket-browse.html to get a web-based tree-view thingy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 62.0%
  • HTML 38.0%