DEV Community

Sugam Karki
Sugam Karki

Posted on

How to create ormconfig.{json/yml} for Typeorm for all kinds of database with just one command!!

Tired of copying and pasting the contents of ormconfig.json every time you create a project??

Just run,

npx ormconfig.json

and with just one command, you can create ormconfig file for PostgreSQL, MongoDB, and MySQL.

On top of that, you can choose between yml and json extension.

Link To The Package

Oldest comments (0)