{"id":41747155,"url":"https://github.com/mlctrez/goappcreate","last_synced_at":"2026-01-25T01:04:29.429Z","repository":{"id":64298297,"uuid":"566518397","full_name":"mlctrez/goappcreate","owner":"mlctrez","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-01T21:41:44.000Z","size":227,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T03:56:34.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlctrez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-15T20:59:20.000Z","updated_at":"2025-02-27T17:29:58.000Z","dependencies_parsed_at":"2024-06-20T18:28:46.421Z","dependency_job_id":null,"html_url":"https://github.com/mlctrez/goappcreate","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/mlctrez/goappcreate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgoappcreate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgoappcreate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgoappcreate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgoappcreate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlctrez","download_url":"https://codeload.github.com/mlctrez/goappcreate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlctrez%2Fgoappcreate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28740420,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-25T01:04:29.355Z","updated_at":"2026-01-25T01:04:29.405Z","avatar_url":"https://github.com/mlctrez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goappcreate\n\n\u003e :warning: Use [goappnew](https://github.com/mlctrez/goappnew) instead.\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"192\" height=\"192\" src=\"https://github.com/mlctrez/goappcreate/blob/master/goapp/web/logo-192.png?raw=true\"\u003e\n\u003c/p\u003e\n\n## Purpose\n\nCreates a minimal [go-app](https://go-app.dev/) project structure to bootstrap new projects or experiments.\n\nThe following features are included:\n\n* A Makefile supporting all the build steps required to run a [go-app](https://go-app.dev/) project.\n* An application version backed by the current tag and commit hash from git.\n* A proper split between the wasm and server dependencies to reduce the final wasm size.\n* Web resources, including the `app.wasm` are embedded in the server binary during the build.\n* The server binary uses [servicego](github.com/mlctrez/servicego) to allow installation as a service on\n  supported platforms. \n* The [gin web framework](https://github.com/gin-gonic/gin) is included and brotli compression middleware\n  is pre-configured.\n* It supports the wasm file size header to correctly display progress on the loading screen when using compression.\n* The `app.Handler` configuration is loaded from a json file in the web directory.\n* When running in dev mode, [app updates](https://go-app.dev/lifecycle#listen-for-app-updates) are automatic.\n* Uses just a single folder `goapp` so it can fit into an existing codebase.\n* Checks are performed to prevent overwriting any existing files.\n* Less than 300 lines of code - easy to understand and modify.\n\n## Usage\n\n* Create a go project with modules - `go mod init \u003cmodulePath\u003e`\n* Initialize a git repository to pul the tag and hash information from.\n  * This is not required for development, but is highly recommended for other environments. \n* Install using `go install github.com/mlctrez/goappcreate@v1.2.1`\n* Execute `goappcreate` in the project folder.\n    * There is only one option, `-dark`, to substitute in a dark theme for the loading screen.\n* Install dependencies using `go mod tidy`\n* Run `make` with no arguments to start the server in dev mode.\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/mlctrez/goappcreate)](https://goreportcard.com/report/github.com/mlctrez/goappcreate)\n\ncreated by [tigwen](https://github.com/mlctrez/tigwen)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Fgoappcreate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlctrez%2Fgoappcreate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlctrez%2Fgoappcreate/lists"}