goxygen

Generate a modern Web project with Go and Angular, React, or Vue in seconds 🎲

APACHE-2.0 License

Stars
3.5K
Committers
20

Bot releases are hidden (Show)

goxygen - v0.2.1

Published by Shpota over 4 years ago

This release includes two bug fixes:

  • A generated project can't be started with docker-compose on some platforms (more details);
  • It is not possible to generate a project using Go 1.11 (more details).
goxygen - v0.2.0. Support of Angular and Vue.

Published by Shpota over 4 years ago

This release includes:

  • Support of Angular
  • Support of Vue
  • Optimizations and bug fixes

From now on you can use the --frontend flag to specify the front end framework you want to use:

go run github.com/shpota/goxygen init --frontend vue my-app

The possible options are angular, react, and vue.

This release is only possible because of the community, in particular GitHub users carasue, Jakob-em, lzane, nacimgoura, shpotainna who implemented the corresponding functionality, helped test it, worked on documentation and suggested new changes.

goxygen - v0.1.0

Published by Shpota over 4 years ago

Goxygen v0.1.0 supports the generation of Full Stack web projects with Go, React, and MongoDB.