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

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

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.