-
-
Notifications
You must be signed in to change notification settings - Fork 63
git import error with cookiecutter #230
Comments
With
the files seem to get scaffolded OK. An unrelated question I guess: we already have a repo at https://github.com/tboch/hips and I'd like to scaffold the package-template there. Is it possible with one command? |
@cdeil the git thing is on my to do list, I will make it so it won't init the repo if it's not installed. I am not sure I fully get what you mean but you can set output dir using cookiecutter, but I think it will always create a top level dir. There is a switch to turn off git init if needs be. |
The situation we have is the:
I guess there is no single cookiecutter command to do that? If I add the astropy-helpers subpackage manually, I know how to do it, so either way I have a working solution. |
Just for reference, this is what I did for the new In the end to work around the problem described in my last comment I did use |
|
@Cadair - I just saw that the cookiecutter branch is already merged and wanted to try it.
Unfortunately it failed after I entered all info:
Maybe move the
from git import Repo
to the top of the file to fail early?The text was updated successfully, but these errors were encountered: