Registers generate commands to Base so that developers can create models and migrations.
Motivation and Context
When working with the CLI generating models requires a separate script. This is counter-intuitive and counter-productive. Instead proposes to have a single CLI script that can do both.
How Has This Been Tested?
Built a single CLI from which I can run both generator commands and migration commands
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[X] New feature (non-breaking change which adds functionality)
[X] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Manual of usage of the new feature.
Checklist:
[X] My code follows the code style of this project. bin/ameba ran without alert.
[X] My change requires a change to the documentation.
Description
Registers generate commands to Base so that developers can create models and migrations.
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist:
bin/ameba
ran without alert.