(archive options & paths)
Archives specified files in paths. Options:
output-stream
: where to write the archived bytes tocompression
: type of compression, e.g. gz
archive-type
: type of archive, e.g. tar
entry-name-resolver
: 1-arity fn that takes the input path and outputs path to use in the archivebefore-add
: 1-arity fn that can do some changes on the archive entry before storing. Useful to set file permissions for example.Archives specified files in paths. Options: - `output-stream`: where to write the archived bytes to - `compression`: type of compression, e.g. `gz` - `archive-type`: type of archive, e.g. `tar` - `entry-name-resolver`: 1-arity fn that takes the input path and outputs path to use in the archive - `before-add`: 1-arity fn that can do some changes on the archive entry before storing. Useful to set file permissions for example.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close