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
D. Moonfire 2892ec3445
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
feat!: added cancellation token support to pipelines and operations
2023-01-17 19:24:09 -06:00
..
input test: working on CopyFiles example generator and tests 2021-12-07 00:00:13 -06:00
output feat: refactored code base to normalize patterns 2022-06-05 13:44:51 -05:00
CopyFiles.csproj refactor!: fixed missed namespaces 2023-01-14 18:19:42 -06:00
CopyFilesModule.cs refactor: code cleanup 2022-07-08 23:52:10 -05:00
CopyFilesPipeline.cs feat!: added cancellation token support to pipelines and operations 2023-01-17 19:24:09 -06:00
CopyFilesProgram.cs refactor!: fixed missed namespaces 2023-01-14 18:19:42 -06:00
CopyFilesTest.cs feat!: added cancellation token support to pipelines and operations 2023-01-17 19:24:09 -06:00
README.md feat: refactored code base to normalize patterns 2022-06-05 13:44:51 -05:00

README.md

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.