https://github.com/choewy/nestjs-submodule
NestJS SubModule
https://github.com/choewy/nestjs-submodule
nestjs nodejs submodule typeorm
Last synced: 19 days ago
JSON representation
NestJS SubModule
- Host: GitHub
- URL: https://github.com/choewy/nestjs-submodule
- Owner: choewy
- Created: 2023-09-22T09:17:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T01:48:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T05:31:08.269Z (over 1 year ago)
- Topics: nestjs, nodejs, submodule, typeorm
- Language: TypeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS Submodule
- NestJS에서 Submodule로 끌가다가 사용할 거임
- TypeORM Entity, 각종 설정(Config) 객체가 존재함
```
git submodule add https://github.com/choewy/nestjs-submodule.git submodule
git submodule update --remote submodule
```