-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should provides go inside /stow/providers/*? #29
Comments
👍 - Good idea, especially important as we add more providers. The test and build dirs already do the job of grouping relevant files together, so it makes sense to follow suit. |
Maybe separate repositories for each provider, so if you use local + Azure, you don't have to pull AWS |
I wouldn't make seperate repos for each. Each implementation is small enough that it doesn't hurt having it in the same repo IMHO. |
Trouble is the gigantic dependencies for some of the packages - it means Stow ends up having every other Go package in the world as a dependency. |
Valid point. |
Turns out, |
I think it's simpler as it is. Closing. |
We have a few root directories "test", "build", etc. Should we put provides inside a subdirectory or are we OK with them being alongside non-provider dirs?
The text was updated successfully, but these errors were encountered: