{"id":13646846,"url":"https://github.com/marcenacp/kubeasy","last_synced_at":"2025-10-12T03:35:23.558Z","repository":{"id":44140825,"uuid":"187356666","full_name":"marcenacp/kubeasy","owner":"marcenacp","description":"⛅️ Immersive command-line interface to manage Kubernetes cloud clusters","archived":false,"fork":false,"pushed_at":"2022-12-30T17:48:25.000Z","size":989,"stargazers_count":49,"open_issues_count":10,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-09T20:37:49.557Z","etag":null,"topics":["cli","command-line-tool","google-cloud-platform","kubectl","kubernetes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcenacp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-18T12:42:52.000Z","updated_at":"2022-05-21T10:04:11.000Z","dependencies_parsed_at":"2023-01-31T12:31:25.875Z","dependency_job_id":null,"html_url":"https://github.com/marcenacp/kubeasy","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/marcenacp%2Fkubeasy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcenacp%2Fkubeasy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcenacp%2Fkubeasy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcenacp%2Fkubeasy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcenacp","download_url":"https://codeload.github.com/marcenacp/kubeasy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225249218,"owners_count":17444395,"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":["cli","command-line-tool","google-cloud-platform","kubectl","kubernetes"],"created_at":"2024-08-02T01:03:09.984Z","updated_at":"2025-10-12T03:35:18.524Z","avatar_url":"https://github.com/marcenacp.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# kubeasy\n\n[![Build Status](https://travis-ci.org/marcenacp/kubeasy.svg?branch=master)](https://travis-ci.org/marcenacp/kubeasy)\n\n`kubeasy` is an interactive wrapper around [kubectl](https://kubernetes.io/docs/reference/kubectl/kubectl/)\nto help you manage your Kubernetes clusters.\n\n![](./public/kubeasy.gif)\n\n## Installation\n\n- Install [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n\n- Install `kubeasy` by downloading the latest version from Github\n```bash\ngit clone https://github.com/marcenacp/kubeasy.git\ncd kubeasy/\nnpm install\nnpm link\n```\n\n- Use it with the command: `kubeasy`\n\n## Development\n\n### Development pattern\n\nI use [blessed](https://github.com/chjj/blessed) to render the command-line interface,\nand Node's [EventEmitter](https://nodejs.org/api/events.html) to propagate data between hooks and widgets.\n\n- **Hooks** (in `src/hooks`) get data from Kubernetes using `kubectl` and store it in the state.\n\n- **Widgets** (in `src/widgets`) watch inputs from user and render the command-line interface according to the state.\n\n### Useful commands\n\n- `npm run dev`: launch application with [nodemon](https://github.com/remy/nodemon)\n- `npm run test`: launch unit tests and check syntax in Javascript files using [prettier](https://github.com/prettier/prettier) (run in CI)\n- `npm run test:watch`: launch unit tests in watch mode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcenacp%2Fkubeasy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcenacp%2Fkubeasy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcenacp%2Fkubeasy/lists"}