wclr / yalc

Work with yarn/npm packages locally like a boss.
MIT License
5.52k stars 146 forks source link

feat: add portal protocol option to yalc add #219

Open paulobmarcos opened 1 year ago

paulobmarcos commented 1 year ago

In new versions of Yarn, there is a new protocol that acts like link: but that follows dependencies of the linked package.

Here is the list of the currently supported protocols: Yarn Protocols

This PR introduces a new option --portal to yalc add so that we can add a package to a repository with portal:.

CC: @wclr

paulobmarcos commented 1 year ago

This PR should also help fix issues like: https://github.com/wclr/yalc/issues/213

mahmoud commented 9 months ago

Bump on this, would love to see portal support in yalc.