mfgames-cil/examples/NitridePipelines
2024-04-20 23:02:38 -05:00
..
input feat: implemented watch mode 2023-08-02 22:26:27 -05:00
Pipelines refactor: splitting out pipeline.AddDependency and AddDependencyList 2024-03-07 21:33:24 -06:00
.gitignore feat: refactored how the pipeline runners are structured 2023-08-02 03:41:14 -05:00
NitridePipelines.csproj fix: updating package dependencies 2024-04-20 23:02:38 -05:00
NitridePipelinesModule.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
NitridePipelinesProgram.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06: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.