turbulent / substance

Local Docker-powered development environments
Apache License 2.0
18 stars 8 forks source link

hatch projects inside new directory #20

Closed S0yKaf closed 6 years ago

S0yKaf commented 6 years ago

Currently, when you run the hatch command, the git repo will be downloaded inside that your current directory without creating a new sub-directory to contain all those files in. It's already expected from the user to create the sub-directory themselves and run the hatch command inside the sub-directory.

This seems like something Substance should handle itself considering that in most cases you don't want to clone the files directly where the substance command is called And that the default $ git clone behavior is to create a sub-directory name after the cloned repos name.