sequelize / cli

The Sequelize CLI
MIT License
2.53k stars 529 forks source link

feat: configuration for seamless cli use in a typescript project #1438

Closed malik-samad closed 8 months ago

malik-samad commented 8 months ago

Pull Request check-list

Please make sure to review and check all of these items:

Description of change

Link to the issue: https://github.com/sequelize/cli/issues/1436

The sequelize-cli didn't have the support for typescript projects and in this PR I implemented certain changes that will make it capable of handling the CLI for both typescript and javascript files, additionally, I have improved the templates to be able to generate both .ts and .js files for migrations, models, and seeds.

malik-samad commented 8 months ago

going to re-open it with another branch