Crates.io | simple-include |
lib.rs | simple-include |
version | 0.1.0 |
source | src |
created_at | 2024-11-10 11:29:02.947242 |
updated_at | 2024-11-10 11:29:02.947242 |
description | A simple tool to include files in other files. Looks for lines with a given prefix and replaces them with the contents of the file they point to. Can watch for changes in the source directory and keep the target directory in sync. |
homepage | https://github.com/paulpr0/simple-include |
repository | https://github.com/paulpr0/simple-include |
max_upload_size | |
id | 1442812 |
size | 22,286 |
A simple tool to include files in other files. Looks for lines with a given prefix and replaces them with the contents of the file they point to. Can watch for changes in the source directory and keep the target directory in sync.
Usage: simple-include [OPTIONS]
Options:
-w, --watch Watch for changes in the source directory
-s, --src <SRC> Source directory [default: .]
-t, --target <TARGET> Target directory [default: target]
-i, --include <INCLUDE> Include Prefix [default: --include]
-v, --verbose Verbose output - prints the input and output file paths
-h, --help Print help
-V, --version Print version