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

Piotr Czajkowski 65a3d09529 Added .idea/ 4 سال پیش
.github 1be0016fa6 Corrected build 4 سال پیش
CoreProcessFiles f3a7437012 First version 4 سال پیش
CoreProcessFilesTests f3a7437012 First version 4 سال پیش
NETProcessFiles f3a7437012 First version 4 سال پیش
NETProcessFilesTests f3a7437012 First version 4 سال پیش
ProcessFiles f3a7437012 First version 4 سال پیش
ProcessFilesTests f3a7437012 First version 4 سال پیش
.gitignore 65a3d09529 Added .idea/ 4 سال پیش
LICENSE.md 66e4291ceb Added license 4 سال پیش
ProcessFiles.sln f3a7437012 First version 4 سال پیش
README.md a7e934f5f7 Some description 4 سال پیش

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.