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.
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.