-
Notifications
You must be signed in to change notification settings - Fork 248
Explode as a monorepo #598
Comments
What is |
core will be, well the core part (not sure what this will be yet) and static-rendering will be code for the static html generation part. But maybe this should be in the core as well. spoiler: with monorepo, we might have even more (sub)folders ;) |
To check:
|
Biggest trade: no greenkeeper (We are suffering this already with docs and boilerplate) About the structure, I think we should keep the core of Phenomic in one piece at first. only break plugins section. |
There is solution for greekeeper + greenkeeper plans to handle monorepo as well. |
Might be interesting for consuming git repo https://github.com/facebook/jest/blob/2fcae4df8256ed00e3b995cf7ea2957b8766e7a5/scripts/postinstall.js |
@thangngoc89 shared this https://github.com/knitjs/knit looks promising |
Going to be fixed with #925 |
This might require a lot of work but maybe splitting into something like this
phenomic-core
phenomic-content-loader
phenomic-content-loader-plugin-*
phenomic-content-loader-preset-* (bundle of plugins, for example phenomic-content-loader-preset-markdown)
phenomic-static-rendering
Just an idea :)
The text was updated successfully, but these errors were encountered: