-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Internal] Lerna should be a lerna repo #174
Copy link
Copy link
Closed
Description
Straw man proposal: Every lerna command should be a dedicated package in a lerna repo.
lerna-bootstraplerna-publish- ...
They should live along side:
lerna-core: Exposes a programmatic API (Package,Command,Repository, etc).lerna-cli: Exposes commands vialerna <command>.
Benefits:
- Lerna can serve as its own demonstration.
- Can share test helpers and other infrastructure between packages.
- Can generate a changelog using
lerna-changelog. - Self hosting is cool. So is eating your own dog food.
- Commands can be pluggable.
- A dev can publish
lerna-frobnicateand let peoplelerna frobnicate. - Awesome commands can be easily pulled into the project with
lerna import.
- A dev can publish
There it is. Tear it apart. ![]()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels