Replies: 2 comments 1 reply
-
tea bags, really funny :D but every time I read something like package.* it reminds me of this bloated node_modules folder :( |
Beta Was this translation helpful? Give feedback.
1 reply
-
Cool idea. They can just be packages that have so |
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
-
Thinking a bit deeper about the implications of something like #362, I feel like there's a pattern arising that could be generalised as a tea feature.
This comment is especially hinting at it:
Also:
So, if the plan is to package all of POSIX (aka all of
/usr/bin
), could we perhaps consider that a tea "pack"?It's up for discussion where pack definitions would live. Are they perhaps just locally defined? Maybe they can be declared as part of
package.yml
? Are they vended by tea pantry forks? Not sure, something to explore.But, with the concept of packs in place, the
--strain
idea becomes a really simple thing to implement and for users to understand. All it does is discard the user'sPATH
! ✨tea --strain +pack/posix +nodejs.org^16 ... # PATH contains all of tea's POSIX and node js. No user PATH.
Am I missing anything here? Is this super naive? I really can't tell but it certainly got me excited when I first thought of it.
Beta Was this translation helpful? Give feedback.
All reactions