From reading the docs, we have a setup that performs various simple copies, moves, etc.
Are there examples of more complex transformations?
Such as:
- Any subdirectory named
.copybara/ gets its files copied out into the parent dir, so you can have .copybara/ scattered throughout the codebase and colocated with the overlaid files.
- More custom munging of files with arbitrary code (for instance, parsing ASTs using existing language parsing libraries/tools).
From reading the docs, we have a setup that performs various simple copies, moves, etc.
Are there examples of more complex transformations?
Such as:
.copybara/gets its files copied out into the parent dir, so you can have.copybara/scattered throughout the codebase and colocated with the overlaid files.