3 changed files with 32 additions and 5 deletions
@ -1,2 +1,12 @@ |
|||
# sequelize-migration-generator |
|||
Simple utility to automatically generate and manage sequelize migrations |
|||
|
|||
### Installaion |
|||
``` |
|||
npm i sequelize-migration-generator |
|||
``` |
|||
|
|||
## Usage |
|||
``` |
|||
sequelize-migration-generator <sequelize_models_directory> <output_migration_directory> |
|||
``` |
|||
|
Loading…
Reference in new issue