This is a step toward a more customized monorepo setup. For now, just try to get 3 of the generic typescript packages I can already generate working properly in a monorepo where 2 packages share common code from the 3rd package.
This should include:
[ ] Working conditional CI/deployment
[ ] Working testing set up to run tests across all packages
[ ] Working linting set up to run linting across all packages
[ ] Working code sharing example
Relates to #127. Probably the most basic form of monorepo generation.
Future monorepos archetypes should be composed of different packages generated with drastically different options and different needs. For now, this is just 3 packages as simple as possible and as generic / same as possible while supporting code sharing.
This is a step toward a more customized monorepo setup. For now, just try to get 3 of the generic typescript packages I can already generate working properly in a monorepo where 2 packages share common code from the 3rd package.
This should include:
Relates to #127. Probably the most basic form of monorepo generation.
Future monorepos archetypes should be composed of different packages generated with drastically different options and different needs. For now, this is just 3 packages as simple as possible and as generic / same as possible while supporting code sharing.