{"id":35726890,"url":"https://github.com/fkei/stgoart","last_synced_at":"2026-01-06T09:01:44.151Z","repository":{"id":141390009,"uuid":"66629291","full_name":"fkei/stgoart","owner":"fkei","description":"st[goa]rt","archived":false,"fork":false,"pushed_at":"2017-03-15T11:58:24.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:31:54.719Z","etag":null,"topics":["cdep","css","example","goa","golang"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fkei.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":"2016-08-26T08:08:12.000Z","updated_at":"2017-03-15T12:08:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"8af9b700-6b2f-4c04-af01-0e04dbae1362","html_url":"https://github.com/fkei/stgoart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fkei/stgoart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkei%2Fstgoart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkei%2Fstgoart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkei%2Fstgoart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkei%2Fstgoart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fkei","download_url":"https://codeload.github.com/fkei/stgoart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkei%2Fstgoart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28224048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2026-01-06T02:00:07.049Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cdep","css","example","goa","golang"],"created_at":"2026-01-06T09:01:09.698Z","updated_at":"2026-01-06T09:01:44.145Z","avatar_url":"https://github.com/fkei.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stgoart\n\nSample project using [cdep](https://github.com/fkei/cdep) and [Goa](https://goa.design/)\n\n\n# QuickStart\n\n```\n$ make deps # dependency go package install\n\u003e ./cdep install\n\u003e [INFO ] go get \u003c-- git:github.com/goadesign/goa/...@398e76a5b137cd5d46d6a2973015c92fa9e0645a\n\u003e [INFO ] check [success] git reset: 398e76a5b137cd5d46d6a2973015c92fa9e0645a == 398e76a5b137cd5d46d6a2973015c92fa9e0645a\n\u003e cd src/github.com/fkei/stgoart; GOPATH=/Users/fkei/workspace/stgoart go run *.go\n\n$ make gen # goa code generate\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen main    -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen app     -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen client  -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen swagger -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen schema  -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\u003e GOPATH=/Users/fkei/workspace/stgoart ./bin/goagen js      -d github.com/fkei/stgoart/design -o ./src/github.com/fkei/stgoart\n\u003e ......\n\n$ make start # server start\n\u003e cd src/github.com/fkei/stgoart; GOPATH=/Users/fkei/workspace/stgoart go run *.go\n\u003e 2017/03/15 20:53:02 [INFO] mount ctrl=Ping action=Show route=GET /ping\n\u003e 2017/03/15 20:53:02 [INFO] mount ctrl=Swagger files=public/swagger/swagger.json route=GET /swagger.json\n\u003e 2017/03/15 20:53:02 [INFO] listen transport=http addr=:3000\n```\n\n\u003e access url: http://localhost:3000/ping","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkei%2Fstgoart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffkei%2Fstgoart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkei%2Fstgoart/lists"}