Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.26 KB

Migration.App.Creator

.NET GitHub tag (latest by date)

Create migration files with the fluent migration and versioning

Usage

Navigate with the command line to the folder where you want the migration file to be created and execute the command bellow;

$ mcreator MigrationName

Nuget

Nuget

dotnet tool install --global MCreator.Tool --version 1.0.0

Installing this package Locally

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

Run your FluentMigrations with Migration.App

If you want to run your FluentMigrations with a WebAPI look into this project Migration.App

Enjoy!