Easily process files from command line arguments. https://github.com/pczajkowski/ProcessFiles

Piotr Czajkowski 1be0016fa6 Corrected build 4 years ago
.github 1be0016fa6 Corrected build 4 years ago
CoreProcessFiles f3a7437012 First version 4 years ago
CoreProcessFilesTests f3a7437012 First version 4 years ago
NETProcessFiles f3a7437012 First version 4 years ago
NETProcessFilesTests f3a7437012 First version 4 years ago
ProcessFiles f3a7437012 First version 4 years ago
ProcessFilesTests f3a7437012 First version 4 years ago
.gitignore 1d8d90766a Initial commit 4 years ago
LICENSE.md 66e4291ceb Added license 4 years ago
ProcessFiles.sln f3a7437012 First version 4 years ago
README.md a7e934f5f7 Some description 4 years ago

README.md

ProcessFiles

I'm creating lots of command line tools, so it's really helpful that I can just pass array of arguments and a delegate to this library. See tests to get idea on how it works.