Prepend and Append

With the -prepend and -append flags, you can specify files to prepend or append to every output file.

Usage

builder -input srcr -output R -prepend header.txt -append footer.txt

Example: License Header

Add a license header to all generated R files:

builder -input srcr -output R -prepend LICENSE

The contents of LICENSE will be prepended to every output file in R/.