Does Auto work with other (non-Lerna) monorepo tools?
See original GitHub issueI’ve used Rush and Nx, which are alternative tools for managing monorepos, in the past. They can be configured to simply use a packages/
folder just like lerna.
Would Auto work with these tools? If not, which specific lerna features does Auto require? For example: reading lerna.json
, running a lerna command like lerna changed
, etc.
It would be great to be able to use auto
with these other tools. These questions would help me figure out how complex it would be to add on support for them.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:7
Top Results From Across the Web
11 Great Tools for a Monorepo in 2021 | Bits and Pieces
Best tools to build a monorepo. Develop, build, and publish packages, and scale development. Discover Lerna, Nx, Rush, Bit, Yarn Workspaces, and more....
Read more >Monorepo.tools
We created this resource to help developers understand what monorepos are , what benefits they can bring, and the tools available to make...
Read more >Things I wish I had known when I started JavaScript ...
Run root level npm install. postinstall script will be executed automatically right after installation finishes and will link root level npm ...
Read more >Monorepo Solutions in 2021 - Level Up Coding
A Monorepo is a single repository where you store all the code ... I find this more efficient than the mechanisms used by...
Read more >JavaScript Monorepos with Lerna
Do you have multiple JavaScript or Node projects in one repo? If so, you need to learn how to use Lerna - the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m interested in making a plugin for Yarn 2 workspaces and atlassian/changesets, but could use some help with understanding how the getPreviousVersion works for a monorepo (seems like NPM just joins with a newline, but I don’t see any clarification in the docs) and creating the main body for the changelogs.
Cross linking to a discussion on the subject https://github.com/intuit/auto/discussions/2281