typeorm init
Generates initial TypeORM project structure
Options
Name | Description |
---|---|
--help | Show help for command |
-c, --connection <connection> | Name of the connection on which to run a query |
-n, --name <name> | Name of the project directory |
--db, --database <database> | Database type you'll use in your project |
--express | Indicates if express should be included in the project |
--docker | Set to true if docker-compose must be generated as well |
--pm, --manager <manager> | Install packages |
-v, --version | Show the version |