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

Piotr Czajkowski cf83eb520c Version correction 4 år sedan
.github cf83eb520c Version correction 4 år sedan
CoreProcessFiles f3a7437012 First version 4 år sedan
CoreProcessFilesTests f3a7437012 First version 4 år sedan
NETProcessFiles f3a7437012 First version 4 år sedan
NETProcessFilesTests f3a7437012 First version 4 år sedan
ProcessFiles f3a7437012 First version 4 år sedan
ProcessFilesTests f3a7437012 First version 4 år sedan
.gitignore 1d8d90766a Initial commit 4 år sedan
LICENSE.md 66e4291ceb Added license 4 år sedan
ProcessFiles.sln f3a7437012 First version 4 år sedan
README.md a7e934f5f7 Some description 4 år sedan

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.