samchon / backend

A template repository for TypeScript backend server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support publishing multiple modules

samchon opened this issue · comments

This example backend project publishes the @samchon/bbs-api module for the client developers.

However, if a backend project becomes larger, developer considers to publishing not only the SDK module, but also publishing many other modules like models and providers. For such case, let's separate the module configuration and support the multiple modules' publishing.