This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-nitride-cil/examples/CopyFiles
2021-12-07 00:00:13 -06:00
..
input test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
CopyFiles.csproj test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
CopyFilesModule.cs test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
CopyFilesPipeline.cs test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
CopyFilesProgram.cs test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
CopyFilesTest.cs test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
README.md test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00

Copy Files

This is probably the most basic generator possible. It simply copies files from the input and places them into the output. However, it also demonstrates a basic setup including creating a pipeline, wiring everything up with modules, and configuring everything.