Create migration files with the fluent migration and versioning
Navigate with the command line to the folder where you want the migration file to be created and execute the command bellow;
$ mcreator MigrationName
dotnet tool install --global MCreator.Tool --version 1.0.0
Clone this project, navigate with the command line and runs the commands bellow;
Install
dotnet tool install --global --add-source ./nupkg Migration.App.Creator
Uninstall
dotnet tool uninstall -g Migration.App.Creator
If you want to run your FluentMigrations with a WebAPI look into this project Migration.App
Enjoy!