mfgames-cil/examples/NitrideCopyFiles
2024-04-20 23:02:38 -05:00
..
input chore: imported the copy files example from the old Nitride 2023-07-31 20:04:57 -05:00
.gitignore chore: imported the copy files example from the old Nitride 2023-07-31 20:04:57 -05:00
CopyFilesModule.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
CopyFilesPipeline.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
CopyFilesProgram.cs chore: switching to mfgames-project-setup-flake + reformat 2024-03-05 23:15:03 -06:00
NitrideCopyFiles.csproj fix: updating package dependencies 2024-04-20 23:02:38 -05:00
README.md chore: imported the copy files example from the old Nitride 2023-07-31 20:04:57 -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.