-
Notifications
You must be signed in to change notification settings - Fork 20
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
specify directory name for new projects #17
Comments
Thanks, but same thing can be done easily with |
But by that logic, Adding a |
I decided to specify directory name by package name(#26). |
I actually use this functionality quite a lot. I often create packages for private use where the directory name is different than the package name. A lot of times I will use a short directory name and a longer package name. |
I understood your circumstance, but still I'm not convinced that I should add this. Please give some more time to consider about it. |
It would be nice to have an option like
--directory-name
. It would be intended to let you set a different directory name than the package name. So, for instance, your top-level directory could get created with the namefoo
, even though your package name isbar-baz
.--directory-name would default to being the same as --package-name if not specified explicity.
If I implemented this would you be willing to accept the patch?
The text was updated successfully, but these errors were encountered: