Crates.io | togetherer |
lib.rs | togetherer |
version | 0.1.1 |
source | src |
created_at | 2024-08-27 11:29:27.216167 |
updated_at | 2024-08-27 11:41:01.272719 |
description | A simple tool to put C# projects into a single source file |
homepage | |
repository | https://github.com/Siriusmart/togetherer |
max_upload_size | |
id | 1353193 |
size | 39,733 |
Put all files within a C# project into on singular file.
This tool aims to simplify the development of more complicated MCGalaxy plugins by encouraging the habit of structuring code in different files.
This tool is written in Rust, so you need to have that installed. Then run
cargo install togetherer
Go to the directory of of your C# project, and run
togetherer
You should see a single output file at ./out/YourProject.cs
.
Your C# project should follow the following rules.
That's it, open an issue on GitHub if anything is not working.