{"id":20054978,"url":"https://github.com/devbeno/starter","last_synced_at":"2026-06-08T12:31:58.391Z","repository":{"id":115637782,"uuid":"501445012","full_name":"devbeno/starter","owner":"devbeno","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-09T00:51:35.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:26:50.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/devbeno.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-06-08T23:48:15.000Z","updated_at":"2022-06-08T23:52:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"53510f2d-35ac-47d5-b7e8-e19b9a8c1757","html_url":"https://github.com/devbeno/starter","commit_stats":null,"previous_names":["devbeno/starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devbeno/starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbeno","download_url":"https://codeload.github.com/devbeno/starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fstarter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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-11-13T12:45:05.467Z","updated_at":"2026-06-08T12:31:58.374Z","avatar_url":"https://github.com/devbeno.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# starter\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Minimum rustc version](https://img.shields.io/badge/rustc-1.48.0+-lightgray.svg)](#rust-version-requirements)\n\nA Rust tool to deploy websites with ease, using git-flow and Gitlab CI/CD.\n\nPhilosophy\n---\n\nWarning: personal opinion here.\n\nWhile git-flow is not trendy _at all_, it still has advantages over GitHub flow for website deployment:\n\n- clear distinction between production and development environments\n- a strong usage of tags, providing an easy rollback mechanism\n- a good convention for branch names\n\nThis tool is only intended to help creating and deploy new releases. Handling gitflow's features, hotfixes and bugfixes are (and will) not be covered.\n\nInstallation\n---\n\nTo install starter, run:\n\n```sh\ncargo install starter\n```\n\nConfiguration\n----\n\nSetup some environment variables:\n\n```sh\nexport STARTER_GITLAB_HOST=gitlab.com # default to gitlab.com, but it can be a private instance\nexport STARTER_GITLAB_TOKEN=glpat-012345678012345678 # GitLab access token with \"api\" rights\n```\n\nUsage\n---\n\n```\nUSAGE:\n    starter [FLAGS] [OPTIONS]\n\nFLAGS:\n    -d, --deploy     Launch a deploy job after the release\n\nOPTIONS:\n    -e, --environment \u003cenvironment\u003e    Define the deploy environment (default: \"Production\", available: \"Production\",\n                                       \"Staging\")\n    -s, --semver_type \u003csemver_type\u003e    Define how to increment the version number (default: \"Patch\", available: \"Patch\",\n                                       \"Minor\", \"Major\")\n```\n\nExamples:\n---\n\nCreate a staging release and deploy it:\n\n```sh\nstarter --environment=Staging --deploy\n```\n\nCreate a production release, with logger level set at \"debug\", incrementing to the next minor version:\n\n```sh\nstarter --semver_type=Minor --debug\nstarter --environment=Production --semver_type=Minor --debug\n# Those two lines are equivalent\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbeno%2Fstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbeno%2Fstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbeno%2Fstarter/lists"}