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

Piotr Czajkowski 65a3d09529 Added .idea/ 4 yıl önce
.github 1be0016fa6 Corrected build 4 yıl önce
CoreProcessFiles f3a7437012 First version 4 yıl önce
CoreProcessFilesTests f3a7437012 First version 4 yıl önce
NETProcessFiles f3a7437012 First version 4 yıl önce
NETProcessFilesTests f3a7437012 First version 4 yıl önce
ProcessFiles f3a7437012 First version 4 yıl önce
ProcessFilesTests f3a7437012 First version 4 yıl önce
.gitignore 65a3d09529 Added .idea/ 4 yıl önce
LICENSE.md 66e4291ceb Added license 4 yıl önce
ProcessFiles.sln f3a7437012 First version 4 yıl önce
README.md a7e934f5f7 Some description 4 yıl önce

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.