Currently the project_name is inferred from the folder the repo sits in.
However, the folder name may not be the best identifier, as I discovered when I tried to use the gem in a repo where the name was not the same name as the repo on github.
What about getting the name from somewhere else, e.g. from the URL of the origin remote? Or just being able to pass it in when calling the gem from the command line?
Currently the
project_nameis inferred from the folder the repo sits in.However, the folder name may not be the best identifier, as I discovered when I tried to use the gem in a repo where the name was not the same name as the repo on github.
What about getting the name from somewhere else, e.g. from the URL of the
originremote? Or just being able to pass it in when calling the gem from the command line?