You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#867 Moves huak install behavior to huak init --manifest .. An experience I'm trying to support is one where the responsibilities of installing dependencies and creating/managing virtual environments is handled by Huak.
To do this Huak can determine when dependencies are necessary for certain commands. If they aren't installed it'll install them.
The text was updated successfully, but these errors were encountered:
cnpryer
changed the title
Install project dependencies if they aren't already installed for commands that need it
Install project dependencies if they aren't already installed for commands that need them
Nov 22, 2023
cnpryer
changed the title
Install project dependencies if they aren't already installed for commands that need them
Add missing dependency tolerance for commands
Nov 22, 2023
cnpryer
changed the title
Add missing dependency tolerance for commands
Add lazy dependency installation for commands
Nov 22, 2023
I'm interested in making this more opinionated. So I'll probably just bundle with the tools I'd like to support and have users figure out how to incorporate their own stack.
#867 Moves
huak install
behavior tohuak init --manifest .
. An experience I'm trying to support is one where the responsibilities of installing dependencies and creating/managing virtual environments is handled by Huak.To do this Huak can determine when dependencies are necessary for certain commands. If they aren't installed it'll install them.
The text was updated successfully, but these errors were encountered: