simple-include

Crates.iosimple-include
lib.rssimple-include
version0.1.0
sourcesrc
created_at2024-11-10 11:29:02.947242
updated_at2024-11-10 11:29:02.947242
descriptionA 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.
homepagehttps://github.com/paulpr0/simple-include
repositoryhttps://github.com/paulpr0/simple-include
max_upload_size
id1442812
size22,286
(paulpr0)

documentation

README

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
Commit count: 6

cargo fmt