New feature
Hi
I'd like to propose a new directive for publishdir.
It would be useful to have a checksum directive which generates a checksum for the files it writes out. This can be a boolean or perhaps a closure to further filter which files get checksummed.
Usage scenario
Checksums are useful in a scenario where data needs to be verified for transfer of archiving. Having a built-in would streamline this process.
I'm aware this could be easily done with a module, but it seems like this would be in place here too.
Suggest implementation
Add directive to publishDir to generate file.txt.md5 for file.txt
New feature
Hi
I'd like to propose a new directive for publishdir.
It would be useful to have a
checksumdirective which generates a checksum for the files it writes out. This can be a boolean or perhaps a closure to further filter which files get checksummed.Usage scenario
Checksums are useful in a scenario where data needs to be verified for transfer of archiving. Having a built-in would streamline this process.
I'm aware this could be easily done with a module, but it seems like this would be in place here too.
Suggest implementation
Add directive to
publishDirto generatefile.txt.md5forfile.txt