-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Problem
It doesn't take long for an extension to benefit from multiple, separately npm-packaged extensions which are still distributed in the same pypi package. This is particularly relevant to themes.
Proposed Solution
One of:
- add a
use_lernaswitch to this repo - split out an
extension-cookiecutter-ts-lerna, as it's a whole other thing
Additional context
This stemmed from a discussion on theme extensions, which don't play well outside of strict light/dark variants, but the monorepo pattern
- adds
lernatopackage.json - uses the
packages/directory layout - update
pyproject.tomlto ensure the static assets are happy - uses a
compositebuild
Reactions are currently unavailable