adhocteam/pushup

Project name could come from path given to pushup new

scitech opened this issue · 1 comments

I did a pushup new mycoolapp and got a mycoolapp/ folder like I wanted, but my go.mod says module example/myproject and my build artifact is myproject.exe.

I see that I can do pushup new -module mycoolapp mycoolapp, but might be a nice default to take the last item of a split on platform-specific path separator as the module name.

This should be fairly straightforward, we need to plumb the name through the build process.