ljlm0402 / typescript-express-starter

📘 Quick and Easy TypeScript Express Starter
http://npm.im/typescript-express-starter
MIT License
2.72k stars 420 forks source link

Multiple templates at once? #180

Open lolmaus opened 2 years ago

lolmaus commented 2 years ago

Motivation (새로운 기능 설명)

Using controllers AND mongoose is a very common requirement.

Proposed Solution (기능을 통해 얻고자 하는 솔루션)

It should be possible to select multiple templates. Either one after another or checkbox style.

Alternatives (제안 된 솔루션이 더 나은 이유)

Applying typescript-express-starter multiple times sequentially?

Additional Context (추가 사항)

TylerOlthuizen commented 2 years ago

@lolmaus is it possible to run typescript-express-starter multiple times to customize the starter?

lolmaus commented 2 years ago

@TylerOlthuizen I don't think so, but I'm not the right person to ask.

ljlm0402 commented 2 years ago

@lolmaus @TylerOlthuizen

Impossible now. If you select the template, only the appropriate template is provided, and no other functions exist.