top | item 42294164

(no title)

dirkt | 1 year ago

I have used them for OpenAPI specs shared between frontend and backend, and database schemas together with values for a test database in the pipeline.

Yes, you can also solve this with a monorepo...

discuss

order

eru|1 year ago

You can use git subtree to convert between mono-repo and separate repos, without losing your history. You can even keep both styles up to date concurrently.