evenstensberg / structe

Front End Architecture Tool
MIT License
7 stars 5 forks source link

Feature: Host monorepos externally #5

Open evenstensberg opened 1 year ago

evenstensberg commented 1 year ago

Using lerna, pnpm, npm workspaces or yarn workspaces, this tool should extract a monorepo and re-initalize the monorepo on the fly, in-memory.

evenstensberg commented 1 year ago

This is not bound to monorepos, but structe projects in general. We can host our configurations in another repository, and if pwd match a configuration namespace, we allow a config file to be read/run

evenstensberg commented 1 year ago

In addition, we can have a release api where we create a repo inside the project, if the developer wants to have the tooling on-disk.