{"id":17249488,"url":"https://github.com/inhere/kite","last_synced_at":"2025-03-17T11:30:37.407Z","repository":{"id":37983141,"uuid":"260369706","full_name":"inhere/kite","owner":"inhere","description":"Kite is a CLI application for help development. 方便本地开发和使用的个人CLI工具应用","archived":false,"fork":false,"pushed_at":"2024-06-20T03:47:28.000Z","size":4232,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T23:06:06.907Z","etag":null,"topics":["autocompletion","autojump","bash","builtin-command","command-line-tool","developer-tools","docsearch","git","gitflow","github","gitlab-tool","kite","shell","toolkit"],"latest_commit_sha":null,"homepage":"https://inhere.github.io/kite/","language":"PHP","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/inhere.png","metadata":{"files":{"readme":"README.en.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":"2020-05-01T03:15:47.000Z","updated_at":"2024-06-20T03:47:26.000Z","dependencies_parsed_at":"2023-02-16T18:32:10.108Z","dependency_job_id":"2adf21ab-139e-4a41-bb3d-8f2f18a7e4b3","html_url":"https://github.com/inhere/kite","commit_stats":{"total_commits":608,"total_committers":3,"mean_commits":"202.66666666666666","dds":0.125,"last_synced_commit":"7d44c419c44b03a8c99ade25f60f74a43c66879b"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inhere%2Fkite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inhere%2Fkite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inhere%2Fkite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inhere%2Fkite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inhere","download_url":"https://codeload.github.com/inhere/kite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858056,"owners_count":20359271,"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":["autocompletion","autojump","bash","builtin-command","command-line-tool","developer-tools","docsearch","git","gitflow","github","gitlab-tool","kite","shell","toolkit"],"created_at":"2024-10-15T06:44:29.572Z","updated_at":"2025-03-17T11:30:35.100Z","avatar_url":"https://github.com/inhere.png","language":"PHP","readme":"# Kite\n\n[![License](https://img.shields.io/packagist/l/inhere/console.svg?style=flat-square)](LICENSE)\n[![Php Version](https://img.shields.io/badge/php-%3E=8.1.0-brightgreen.svg?maxAge=2592000)](https://packagist.org/packages/inhere/console)\n[![zh-CN readme](https://img.shields.io/badge/中文-Readme-brightgreen.svg?maxAge=2592000)](README.md)\n[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/inhere/kite)](https://github.com/inhere/kite)\n[![Actions Status](https://github.com/inhere/kite/workflows/Unit-Tests/badge.svg)](https://github.com/inhere/kite/actions)\n\nKite is a tool for help development.\n\n\u003e GitHub https://github.com/inhere/kite \n\u003e kite is build on the [inhere/php-console](https://github.com/inhere/php-console)\n\n![kite-commands](resource/images/kite-commands.png)\n\n## Install\n\n**Required:**\n\n- git\n- php 8.1+\n- composer\n\n### Install by script\n\n\u003e file: [deploy/install.sh](deploy/install.sh)\n\n```bash\ncurl https://raw.githubusercontent.com/inhere/kite/master/deploy/install.sh | bash\n```\n\n### Manual clone\n\n```bash\ncd ~\ngit clone https://github.com/inhere/kite .kite\ncd .kite\ncomposer install\nchmod a+x bin/kite\nln -s $PWD/bin/kite /usr/local/bin/kite\n```\n\n### Download phar\n\n- release page: https://github.com/inhere/kite/releases\n\neg:\n\n```bash\nwget -c https://github.com/inhere/kite/releases/download/v2.0.0/kite.phar\n```\n\nAlways use latest:\n\n```bash\nwget -c https://github.com/inhere/kite/releases/latest/download/kite.phar\n```\n\nRename and move to the environment directory:\n\n```bash\nmv kite.phar /usr/local/bin/kite\nchmod a+x /usr/local/bin/kite\n```\n\n## Usage\n\n### How to use\n\nDisplay commands:\n\n```bash\nkite\nkite list\n```\n\nDisplay help:\n\n```bash\nkite -h\nkite --help\nkite help\n```\n\n## Update\n\n### Builtin command\n\nUse builtin command for update tool to latest\n\n```bash\nkite upself\n```\n\n### Manual update\n\n```bash\ncd ~/.kite\ngit pull\nchmod a+x bin/kite\n```\n\n## Build Phar\n\n```bash\nphp -d phar.readonly=0 bin/kite phar:pack -o kite.phar\n```\n\n![](resource/images/build-phar.png)\n\n## Uninstall\n\n```bash\nrm -f /usr/local/bin/kite\nrm -rf ~/.kite\n```\n\n## Dep Packages\n\n- https://github.com/inhere/php-console\n- https://github.com/php-toolkit/cli-utils\n- https://github.com/php-toolkit/stdlib\n\n## Thanks\n\n- linux command docs by https://github.com/jaywcjlove/linux-command\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finhere%2Fkite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finhere%2Fkite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finhere%2Fkite/lists"}