v0.1.0
Features
- Transform
Startup.cs
: Converts the contents of a traditionalStartup.cs
file to a minimal hosting model format. - Customizable Output: Allows specifying the directory where the new
Program.cs
file will be saved. - Validation: Ensures the specified
Startup.cs
file and output directory exist before proceeding.