ts-express-orm
v0.0.7
Published
A minimalistic NodeJS based Typescript, Expressjs and TypeORM boilerplate generator
Maintainers
Readme
ts-express-orm
A minimalistic NodeJS based Typescript, Expressjs and TypeORM boilerplate app generator
- Minimal setup to get started
- Typescript based express app
- TypeORM support
Installation and use
npm install -g ts-express-ormthen run
tseoAfter files are created inside your project folder:
change directory to this folder and run npm install to get started.
TypeORM Supported Type
- MSSQL
- MySql
- Sqlite
- CockroachDB
- Postgres
- Oracle
- MariaDB
