mfgames-cil/examples/NitridePipelines
2023-08-03 02:07:30 -05:00
..
input feat: implemented watch mode 2023-08-02 22:26:27 -05:00
Pipelines refactor: code cleanup 2023-08-03 02:07:30 -05:00
.gitignore feat: refactored how the pipeline runners are structured 2023-08-02 03:41:14 -05:00
NitridePipelines.csproj refactor: code cleanup 2023-08-03 02:07:30 -05:00
NitridePipelinesModule.cs feat: refactored how the pipeline runners are structured 2023-08-02 03:41:14 -05:00
NitridePipelinesProgram.cs feat: added a per-pipeline progress bar 2023-08-02 11:18:08 -05:00
README.md feat: refactored how the pipeline runners are structured 2023-08-02 03:41:14 -05:00

MfGames.Nitride - 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.