adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
839 stars 30 forks source link

"pushup build" should work without any arguments #82

Closed llimllib closed 1 year ago

llimllib commented 1 year ago

To build an app right now, I have to do pushup build --build-pkg github.com/adhocteam/pushup/example/build (or whatever the package name is).

It would be a better developer experience if pushup build looked into go.mod and pulled the package name out of it so that the user didn't need to enter it explicitly