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.7.1 - Support for Go 1.22 Latest Release

Published by Shpota 7 months ago

This release adds Go 1.22-based templates and minor dependency updates.

goxygen - v0.7.0 - Support for Go 1.20

Published by Shpota about 1 year ago

  • Support for Go 1.21
  • Alpine 3.18 based templates
goxygen - v0.6.1 - Update database driver dependencies

Published by Shpota over 1 year ago

This release updates database driver dependencies to their latest versions.

goxygen - v0.6.0 - Support for Go 1.20

Published by Shpota over 1 year ago

This release adds support for Go 1.20.

goxygen - v0.5.0 - Angular 16 and TypeScript 5

Published by Shpota over 1 year ago

This release includes the following updates to the Angular templates:

  • Support of Angular 16
  • TypeScript 5 and ES2022
  • Simplify the templates
goxygen - v0.4.0 - Vite-based Vue templates

Published by Shpota over 1 year ago

  • update Vue to v3.3
  • introduce Vite-based Vue template
goxygen - v0.3.12 - React 18 support

Published by Shpota almost 2 years ago

This release adds support of React 18 and updates Go version used in templates to 1.19

goxygen - Go 1.19 support

Published by Shpota almost 2 years ago

This release adds support of Go 1.19 and Docker image updates

goxygen - New Vue templates

Published by Shpota over 2 years ago

goxygen - Go 1.18 support

Published by Shpota over 2 years ago

This release adds support of Go 1.18

goxygen - Use main branch in generated repositories

Published by Shpota over 3 years ago

goxygen - React 17 support

Published by Shpota over 3 years ago

This release adds support of React 17.

goxygen - Go 1.16 and Angular 11

Published by Shpota over 3 years ago

This release includes support of Go 1.16, Angular 11.2, and related library updates.

goxygen - v0.3.5

Published by Shpota over 3 years ago

Update version of Axios.

goxygen - v0.3.4. Angular 10 support

Published by Shpota about 4 years ago

This release adds support of Angular 10.

To try it out, generate an Angular-based project with the following commands:

go get -u github.com/shpota/goxygen
go run github.com/shpota/goxygen init --frontend angular my-app
goxygen - v0.3.3. Vue 3 support

Published by Shpota about 4 years ago

This release adds Vue 3 support.

To try it out, generate a Vue-based project with the following commands:

go get -u github.com/shpota/goxygen
go run github.com/shpota/goxygen init --frontend vue my-app
goxygen - v0.3.2. Go 1.15 support, library updates

Published by Shpota about 4 years ago

This release brings support of Go 1.15 and library updates.

goxygen - v0.3.1. Support of Angular 9.1 and other library updates

Published by Shpota over 4 years ago

This release updates libraries to their latest versions.

It includes updates for Angular, React, Vue, and database drivers.

goxygen - v0.3.0. Support of MySQL and PostgreSQL

Published by Shpota over 4 years ago

This release adds support of MySQL and PostgreSQL.

It is now possible to run Goxygen passing the --db flag. For example:

go run github.com/shpota/goxygen init --db postgres my-app

The --db flag accepts mongo, mysql and postgres.

goxygen - v0.2.2. Support of Angular 9 and React 16.13.

Published by Shpota over 4 years ago

This release includes:

  • Upgrade to Angular 9 (PR #64)
  • Upgrade to React 16.13 (PR #64)
  • New templates for unit tests (PR #52)