Skip to content

Create FluentMigrator Class files through this tool running with mcreator command

License

Notifications You must be signed in to change notification settings

leisiamedeiros/Migration.App.Creator

Repository files navigation

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!

About

Create FluentMigrator Class files through this tool running with mcreator command

Topics

Resources

License

Stars

Watchers

Forks

Languages