| Crates.io | folca |
| lib.rs | folca |
| version | 0.1.0 |
| created_at | 2021-05-28 15:48:28.634856+00 |
| updated_at | 2021-05-28 15:48:28.634856+00 |
| description | A commanad line FOLder CAche |
| homepage | |
| repository | |
| max_upload_size | |
| id | 403189 |
| size | 37,932 |
FOLder CAche is a utility that caches the output folder/file of a command originating from an input folder/file.
If the command already ran on the exact same input in the past, the output will be retreived from the cache and not recomputed.
An example use-case would be a build server that builds several branches, some repeatedly.
Respects .gitignore in the input folder by default.
folca INPUT_PATH OUTPUT_PATH COMMAND COMMAND_ARG1 COMMAND_ARG2 ...
Folca is downloadable from the releases page.
Run cargo install folca