lerna / lerna

:dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.
https://lerna.js.org
MIT License
35.64k stars 2.25k forks source link

Customizing new package creation (`lerna create`) #3444

Open JamesHenry opened 1 year ago

JamesHenry commented 1 year ago

This issue serves to bring together all feedback related to wanting to be able to customize the outputs of lerna create.

Right now lerna create can only be customized via a list of explicitly supported CLI flags (you can see the current ones by running npx lerna create --help in your lerna workspace.

There is no way to resolve any kind of file generation or templating logic.

JamesHenry commented 1 year ago

3478 was merged which improves the DX around location path arguments