{"id":37176343,"url":"https://github.com/zc2638/aide","last_synced_at":"2026-01-14T20:34:38.190Z","repository":{"id":37624457,"uuid":"407791179","full_name":"zc2638/aide","owner":"zc2638","description":"Command line installer help framework","archived":false,"fork":false,"pushed_at":"2022-06-22T03:35:42.000Z","size":114,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-20T00:33:35.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zc2638.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":"2021-09-18T07:35:58.000Z","updated_at":"2023-08-04T05:22:30.000Z","dependencies_parsed_at":"2022-09-04T22:33:11.197Z","dependency_job_id":null,"html_url":"https://github.com/zc2638/aide","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zc2638/aide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zc2638%2Faide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zc2638%2Faide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zc2638%2Faide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zc2638%2Faide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zc2638","download_url":"https://codeload.github.com/zc2638/aide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zc2638%2Faide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-14T20:34:37.441Z","updated_at":"2026-01-14T20:34:38.175Z","avatar_url":"https://github.com/zc2638.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aide\n\nCommand line installer help framework.\n\nThe installation can be performed according to the installation configuration,\nand you can also quickly generate custom installation tools based on `pipeline` and `stage`.\n\n## How to use for golang library\n\n\u003e go get -u github.com/zc2638/aide\n\n## Examples\n\n[**参考**](https://github.com/zc2638/aide/blob/main/examples)\n\n## Pipeline\n\nSupported prompt types:\n\n- Input\n- Password\n- Text\n- Confirm\n- Select\n- MultiSelect\n\n### 1. Installation tool\n\n#### For Normal\n\nDownload from [Releases](https://github.com/zc2638/aide/releases)\n\n#### For Bash Script\n\n```shell\ncurl https://raw.githubusercontent.com/zc2638/aide/main/install.sh | bash\n```\n\n#### For Bash Script (Proxy)\n```shell\ncurl https://ghproxy.com/raw.githubusercontent.com/zc2638/aide/main/install.sh | bash\n```\n\n#### For Gopher\n\n```shell\ngo install github.com/zc2638/aide/cmd/aide@latest\n```\n\n### 2. Create the pipeline config file\n\nYou can define your own pipeline configuration.\n\npipeline.yaml\n\n```yaml\napiVersion: v1\nkind: Pipeline\nmetadata:\n  name: test\n  label:\n    project: aide\n    version: v1\nspec:\n  prompts:\n    - name: custom_name\n      type: Input\n      message: What's your name?\n    - name: gender\n      type: Select\n      message: What's your gender?\n      enum: [ \"male\", \"female\", \"unknown\" ]\n  steps:\n    - name: \"step1\"\n      render:\n        src: examples/file/test.in\n        dest: testdata/test.out\n    - command: env\n    - command: echo $custom_name\\($gender\\)\n```\n\n### 3. Execute the pipeline according to the config file\n\n```shell\naide apply -f pipeline.yaml\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzc2638%2Faide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzc2638%2Faide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzc2638%2Faide/lists"}