Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.52 KB

File metadata and controls

77 lines (45 loc) · 1.52 KB

Black.Beard.Helpers.ContentLoaders

Build status NuGet

Content loader

install

dotnet add package Black.Beard.Helpers.ContentLoaders --version 2.0.22

see documentation here

Helpers

install

dotnet add package Black.Beard.Helpers --version 2.0.22

see documentation here

Compress

install

dotnet add package Black.Beard.Helpers.ContentLoaders.Compress --version 2.0.22
    "test.txt".AsFile().UnCompress("targetDirectory.AsDirectory());

see documentation here

Files

install

dotnet add package Black.Beard.Helpers.ContentLoaders.Files --version 2.0.22
    "test.txt".AsFile().LoadFromFile();

see documentation here

Randomizers

install

dotnet add package Black.Beard.Helpers.Randoms --version 2.0.22

see documentation here

Http

install

dotnet add package Black.Beard.Helpers.Randoms --version 2.0.22

see documentation here