goxygen icon indicating copy to clipboard operation
goxygen copied to clipboard

Generate a modern Web project with Go and Angular, React, or Vue in seconds ๐ŸŽฒ

Results 21 goxygen issues
Sort by recently updated
recently updated
newest added

Hi I just made changes for #100 distributing Goxygen to GitHub Packages Docker What changes will happen: - When the branch master has a new commit, GitHub Action `docker-build-package` will...

Add an ability to run Goxygen from a Docker image so that a user would not have to `go get` the Goxygen package. Add a CI step to build and...

help wanted

Very exciting project, well done. What about hooking some GraphQL for automatic API and schema generation? I see this using one of following approaches/integrations: - gqlgen : https://github.com/oshalygin/gqlgen-pg-todo-example - hasura...

enhancement

The [Chinese version](https://github.com/Shpota/goxygen/blob/master/.github/README_zh.md) of the documentation contains a couple of sentences in English which require translation.

documentation
help wanted

Having support for the 4th most used front-end library Svelte would be great, keep up the good work!

enhancement
help wanted

Aะต the moment we have [end to end tests](https://github.com/Shpota/goxygen/blob/master/.github/workflows/verify-templates.yml) that verify the application works in production mode. At the same time, if there is a bug in `docker-compose-dev.yml` it won't...

enhancement
help wanted

As @danielrwolff suggested we should add some proper e2e tests to improve the current CI setup.

This project is a dream come true, but I would love to see it support other datastores like ArangoDB https://www.arangodb.com that provide a multimodel DB (documents, graph, key-value and search)....

enhancement

This PR adds a React+Typescript template to the available frontend framework templates. This template is identical (more-or-less) to the React Javascript template that already exists, but written with Typescript. I've...

Please consider putting the db storage folder into docker volumes so as to persistent data between different runs. Thanks

help wanted