{"id":24433863,"url":"https://github.com/hako/afto","last_synced_at":"2025-04-12T15:08:31.648Z","repository":{"id":57539677,"uuid":"49508464","full_name":"hako/afto","owner":"hako","description":":package: an automated command-line cydia repo generator/builder and server.","archived":false,"fork":false,"pushed_at":"2019-06-12T20:39:09.000Z","size":155,"stargazers_count":14,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-12T15:08:22.565Z","etag":null,"topics":["builder","cli","cydia","go","golang","hoster"],"latest_commit_sha":null,"homepage":"","language":"Go","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/hako.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}},"created_at":"2016-01-12T15:17:56.000Z","updated_at":"2023-04-06T21:13:57.000Z","dependencies_parsed_at":"2022-09-26T18:31:50.841Z","dependency_job_id":null,"html_url":"https://github.com/hako/afto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fafto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fafto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fafto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hako%2Fafto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hako","download_url":"https://codeload.github.com/hako/afto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586235,"owners_count":21128997,"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","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":["builder","cli","cydia","go","golang","hoster"],"created_at":"2025-01-20T16:51:01.389Z","updated_at":"2025-04-12T15:08:31.620Z","avatar_url":"https://github.com/hako.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](logo.png)\n\n# afto [alpha]\n\n_/αυτο/_\n\n\n[![Build Status](https://travis-ci.org/hako/afto.svg)](https://travis-ci.org/hako/afto)\n![](http://goreportcard.com/badge/hako/afto)\n![](http://img.shields.io/status/alpha.png?color=yellow)\n![](https://img.shields.io/badge/version-0.2-yellow.png)\n\nafto is an automated command-line cydia repo generator/builder and server for Cydia tweak developers.\n\n_The name 'afto' comes from the word 'automatic' in greek._\n\n### features\n+ Automatic Cydia repo generation.\n+ Automatic Cydia repo updating.\n+ Cydia repo server testing.\n+ Many more.\n\n### install\n\nIf you have Go installed you can install `afto` by typing:\n`go get github.com/hako/afto/cmd/afto`\n\nThis will install the project source code and the `afto` binary.\n\nRelease binaries will be provided in the near future.\n\n### requirements:\nThe only thing you need on your system is:\n\n`dpkg`\n\nYou also need at least 1 or more `.deb` files. So that you can test or host your repo.\n\n### usage\n```\nUsage:\n  afto new \u003cname\u003e\n  afto serve \u003cdir\u003e [-w | --watch] [-p \u003cport\u003e | --port \u003cport\u003e]\n  afto update -r \u003cname\u003e [-f \u003cfile\u003e | --file \u003cfile\u003e] \n  afto [-c \u003cfile\u003e | --control \u003cfile\u003e]\n  afto [-s \u003cdir\u003e | --sign \u003cdir\u003e]\n\noptions:\n  -c, --control  Specify control file to use.\n  -p, --port     Specify port number for afto.\n  -h, --help     Show this screen.\n  --version      Show version.\n\ncommands:\n  new             Generate a new Cydia repo.\n  serve           Serve the Cydia repo.\n```\n\n### example\n\nBelow is a basic example of how to use afto:\n\n```\nafto new example_repo # Generate a new Cydia repo.\nafto serve example_repo # Serve the Cydia repo.\nor\nafto serve -w example_repo # Serve the Cydia repo and watch for changes.\n```\n\n###### tip:\nYou can serve your repo within the same directory without giving it a name:\n\n```\nafto new . # Generate a new Cydia repo.\nafto serve . # Serve the Cydia repo.\nor\nafto serve -w . # Serve the Cydia repo and watch for changes.\n```\n\nYou can visit http://127.0.0.1:2468 to view your newly generated repo, and  you  can also put this in Cydia to view this in the Cydia iOS app.\n\n### roadmap\nsee [AFTODO.md](AFTODO.md)\n\n### contributing:\nContributions are welcome. Fork this repo and add your changes and submit a PR. \n\nIf you would like to fix a bug, add a feature or provide feedback you can do so in the issues section.\n\nYou can run afto tests by using `make test`\nand make afto builds by doing `make build`\n\nMake sure you run `make test ; make scrutinise` so that your changes do not cause [go lint](https://github.com/golang/lint) and [go vet](https://golang.org/cmd/vet/) to scream errors at you.\n\n### special thanks:\n[@saurik](http://twitter.com/saurik)\n\n[@return](https://github.com/return)\n\n[you???](https://github.com/hako/afto#contributing)\n\n[Haiku Project](https://haiku-os.org)\n\n(_The original package icon used at the top_)\n\n### license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhako%2Fafto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhako%2Fafto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhako%2Fafto/lists"}