{"id":18402717,"url":"https://github.com/jasei/makefile-go","last_synced_at":"2026-01-30T13:19:18.055Z","repository":{"id":74375848,"uuid":"129451183","full_name":"JaSei/makefile-go","owner":"JaSei","description":"Golang project/library based on Makefile","archived":false,"fork":false,"pushed_at":"2018-04-13T21:28:02.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-11T14:59:41.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/JaSei.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":"2018-04-13T20:40:42.000Z","updated_at":"2018-04-13T21:28:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c54f5f25-1950-44b5-a6d7-ac2508eba5a1","html_url":"https://github.com/JaSei/makefile-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaSei/makefile-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaSei%2Fmakefile-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaSei%2Fmakefile-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaSei%2Fmakefile-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaSei%2Fmakefile-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaSei","download_url":"https://codeload.github.com/JaSei/makefile-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaSei%2Fmakefile-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28913882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: 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":"2024-11-06T02:43:15.577Z","updated_at":"2026-01-30T13:19:18.040Z","avatar_url":"https://github.com/JaSei.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# makefile-go\nGolang project/library based on Makefile\n\nmakefile-go temaplate has a bold assumption and convention like the followings: \n* Your project use [dep](https://github.com/golang/dep) \n* Your project have VERSION file as version origin\n* Your project have tests and tests run in travis (and appveyour)\n* README.md is generated from godoc (no more doc duplicity/mismatch)\n* Your app project is released to github releases\n* vendor dir is gitignored (vendor isn't commited - https://github.com/golang/dep/blob/master/docs/FAQ.md#should-i-commit-my-vendor-directory)\n* run test with coverege (https://github.com/pierrre/gotestcover#deprecated)\n\n## Project\n\n### structure\n* [appveyor.yml](appveyor.yml)\n* [.gitignore](.gitignore)\n* [.godocdown.tmpl](.godocdown.tmpl)\n* [.goreleaser.yaml](.goreleaser.yaml)\n* [Makefile](Makefile)\n* [.travis.yaml](.travis_app.yaml)\n\n### setup release\n1. [generate github token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)\n2. `gem install travis`\n3. `travis encrypt 'GITHUB_TOKEN=\u003cYOUR_GITHUB_TOKEN\u003e'`\n\n### release\n1. `make release` use content of [VERSION](VERSION) file to create new tag\n2. travis-ci automatically build app and release it\n\n## Library\n\n### structure\n* [appveyor.yml](appveyor.yml)\n* [.gitignore](.gitignore)\n* [.godocdown.tmpl](.godocdown.tmpl)\n* [Makefile](Makefile)\n* [.travis.yaml](.travis_library.yaml)\n\n### release\n1. `make release` use content of [VERSION](VERSION) file to create new tag\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasei%2Fmakefile-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasei%2Fmakefile-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasei%2Fmakefile-go/lists"}