{"id":13842378,"url":"https://github.com/evilsocket/stork","last_synced_at":"2025-09-17T23:32:16.409Z","repository":{"id":52877607,"uuid":"346806553","full_name":"evilsocket/stork","owner":"evilsocket","description":"A small utility that aims to automate and simplify some tasks related to software release cycles.","archived":false,"fork":false,"pushed_at":"2021-04-18T13:44:14.000Z","size":64,"stargazers_count":43,"open_issues_count":0,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-04T20:22:33.291Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilsocket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-11T18:56:55.000Z","updated_at":"2024-01-14T00:02:10.000Z","dependencies_parsed_at":"2022-08-23T04:31:04.626Z","dependency_job_id":null,"html_url":"https://github.com/evilsocket/stork","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/evilsocket/stork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fstork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fstork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fstork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fstork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilsocket","download_url":"https://codeload.github.com/evilsocket/stork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilsocket%2Fstork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275683737,"owners_count":25509293,"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":"2025-09-17T02:00:09.119Z","response_time":84,"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":[],"created_at":"2024-08-04T17:01:33.370Z","updated_at":"2025-09-17T23:32:16.161Z","avatar_url":"https://github.com/evilsocket.png","language":"Go","readme":"Stork is a small utility that aims to automate and simplify some tasks related to software release cycles such as \nreading the current version from a file, prompt for a new version, create and push git tags and so on.\n\n## Install\n\n    # make sure go modules are used\n    GO111MODULE=on go get github.com/evilsocket/stork/cmd/stork\n\nYou can run a file with `stork -f /path/to/file.stork`, use `stork -h` for a list of all the options.\n\n## Example\n\nThis stork script will parse the current version from example_version.go, then ask the user for a new version and update\nthis file. It will then push the changes to git and create a new tag with the specified version. The last two lines \nwill build, tag and push the docker image for the project.\n\n    #!/usr/bin/env stork -f\n    # check what changed to best determine the next version\n    git:changelog\n\n    version:file \"example_version.go\"\n    version:from_user\n\n    git:create_tag $VERSION\n\n    docker:build \"example/project\", \".\", \"latest\"\n    docker:create_tag \"example/project\", $VERSION, \"latest\"\n\nMore in the `examples` folder. For a complete list of commands [refer to the project wiki](https://github.com/evilsocket/stork/wiki/Commands).\n\n## Projects using Stork\n\n* stork :D\n* [bettercap](https://github.com/bettercap/bettercap)\n* [arc](https://github.com/evilsocket/arc)\n* [shieldwall](https://github.com/evilsocket/shieldwall)\n* [shellz](https://github.com/evilsocket/shellz)\n* [islazy](https://github.com/evilsocket/islazy)\n* [joe](https://github.com/evilsocket/joe)\n* [cloudwatcher](https://github.com/Matrix86/cloudwatcher)\n* [driplane](https://github.com/Matrix86/driplane)\n* [flowdownloader](https://github.com/Matrix86/flowdownloader)\n* [pwnagotchi](https://github.com/evilsocket/pwnagotchi)\n\n## License\n\nReleased under the GPL3 license.\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fstork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilsocket%2Fstork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilsocket%2Fstork/lists"}