# flywayfg **Repository Path**: mirrors_jfromaniello/flywayfg ## Basic Information - **Project Name**: flywayfg - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-11 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a very incomplete cli to generate [flyway](https://flywaydb.org/) migrations file. Example: ``` $ npx flywayfg --directory path/to/migrations --padding 3 --title "create users table" created migration file in: path/to/migrations/V7__create_users_table.sql ``` ## License MIT 2020 - José F. Romaniello