{"id":23101160,"url":"https://github.com/codemask-labs/argo-composer","last_synced_at":"2026-03-09T00:31:56.284Z","repository":{"id":240233699,"uuid":"731607822","full_name":"codemask-labs/argo-composer","owner":"codemask-labs","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-19T09:19:17.000Z","size":1347,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T19:41:40.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/codemask-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-14T13:12:22.000Z","updated_at":"2025-08-05T13:50:57.000Z","dependencies_parsed_at":"2024-05-17T13:55:56.899Z","dependency_job_id":"fed99ee7-003b-400d-822d-beb1c6d25f24","html_url":"https://github.com/codemask-labs/argo-composer","commit_stats":null,"previous_names":["codemask-labs/argo-composer"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/codemask-labs/argo-composer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fargo-composer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fargo-composer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fargo-composer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fargo-composer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemask-labs","download_url":"https://codeload.github.com/codemask-labs/argo-composer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemask-labs%2Fargo-composer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30278515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"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":"2024-12-16T23:50:28.526Z","updated_at":"2026-03-09T00:31:56.264Z","avatar_url":"https://github.com/codemask-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/codemask-labs/argo-composer/main/assets/argo-composer-banner.png\" alt=\"argo composer\" width=\"100%\" height=\"auto\" /\u003e\n\n# Argo Composer\n\nAn configurable, templated and structured interactive command-line interface for initializing, creating and maintaining your ArgoCD resources repository.\n\n## Features\n- Apps-of-Apps pattern out-of-the-box\n- Set of ready-to-use templates for Applications\n- Easy to use interractive commands for creating, copying and removing Argo Application manifests\n\n## Installation\n\nusing `npm`:\n```bash\n$ npm install -g @codemask-labs/argo-composer\n```\n\nor, using `yarn`:\n```bash\n$ yarn global add @codemask-labs/argo-composer\n```\n\n## Initializing your argocd resources repository\n\nAfter successful installation, we can now proceed to initialize the `argocd-resources` repository by calling the following command:\n\n```bash\n$ argo-composer i\n$ argo-composer init\n```\n\nThe argo composer will take you through the interractive process of asking few questions on how you want your project to look like.\n\n### 1. What name would you like to use for the project?\n\u003e [!TIP]\n\u003e The `name of the project` is simply a directory name where the `argo composer` will initialize to.\n\u003e Also, leaving this option empty will initialize the project in the `current working directory`.\n\n### 2. What is the base URL of GitHub repository?\n\u003e [!TIP]\n\u003e The GitHub repository is then saved in root configuration, to be used as a default value when creating your Application.\n\n### 3. What will be the environment inside your cluster?\n\n\u003e [!TIP]\n\u003e The current default environment configuration is `dev` and `prod`, used for creating your Application overlays.\n\u003e Choose the environment to your project needs, for example it could be: `integration`, `staging`, `production`.\n\n### 4. Do you want to install any additional components?\n\u003e [!TIP]\n\u003e Select needed components (aka addons) to your project - by default it is `infra` - creating an example applications for each selected component and installs via Helm.\n\n### 5. What name would you like to use for addons?\n\u003e [!TIP]\n\u003e Configurable to your liking, choose a project name for example `common` (by default `infra`).\n\n## Commands\n\nTo begin working with `argo-composer` command line, we recommend to use a help command first, by calling:\n\n```bash\n$ argo-composer --help\n```\n\n### Adding project\n\nTo add a another `argocd project`, use:\n\n```bash\n$ argo-composer add project\n```\n\n### Removing project\n\nTo remove project, use:\n\n```bash\n$ argo-composer rm project\n$ argo-composer remove project\n```\n\n### Adding application to a project\n\nTo add a another `argocd application` to a existing project, use:\n\n```bash\n$ argo-composer add app\n$ argo-composer add application\n```\n\n### Removing application for a project\n\nTo remove application, use:\n\n```bash\n$ argo-composer rm app\n$ argo-composer rm application\n$ argo-composer remove app\n$ argo-composer remove application\n```\n\n## Development\n\u003e [!IMPORTANT]\n\u003e We are currently in development of project Argo Composer.\n\u003e If you are made this far - yay! - and maybe would like to contribute to this project? Then you are more than welcome to visit the provided link to a guide below :pray:!\n\n[How to start in development guide](https://github.com/codemask-labs/argo-composer/blob/main/development.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemask-labs%2Fargo-composer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemask-labs%2Fargo-composer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemask-labs%2Fargo-composer/lists"}