chiubaka / generator-chiubaka-typescript-package

Yeoman generator for standard Chiubaka Technologies TypeScript packages for libraries and other such things.
1 stars 0 forks source link

Generate a simple monorepo with three TypeScript packages that can share code with each other #144

Open chiubaka opened 2 years ago

chiubaka commented 2 years ago

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.