Replies: 1 comment
-
Seems complicated. What if the recursive commands would support streaming in the list of packages?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking that a lot of the filtering cli syntax can become quite complicated, and is sometimes restrictive if it doesn't consider all use cases. The best solution might not become apparent until later.
So what about we provide a rich api in the
pnpmfile.js
for filtering (and maybe other things), and then we can allow custom flags and commands to be added to the cli.Something like this:-
Why?
Why not a wrapper?
You can interact with different stages of the install.
Beta Was this translation helpful? Give feedback.
All reactions