mfgames-cil/examples/NitrideCopyFiles
2023-08-03 02:07:30 -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 refactor: code cleanup 2023-08-03 02:07:30 -05:00
CopyFilesPipeline.cs refactor: code cleanup 2023-08-03 02:07:30 -05:00
CopyFilesProgram.cs refactor: code cleanup 2023-08-03 02:07:30 -05:00
NitrideCopyFiles.csproj refactor: code cleanup 2023-08-03 02:07:30 -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.