{"id":13594723,"url":"https://github.com/profclems/compozify","last_synced_at":"2025-03-22T19:33:23.239Z","repository":{"id":178958076,"uuid":"662625596","full_name":"profclems/compozify","owner":"profclems","description":"Convert \"docker run\" commands to docker compose files","archived":false,"fork":false,"pushed_at":"2023-08-20T12:35:01.000Z","size":1339,"stargazers_count":53,"open_issues_count":3,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-16T14:58:05.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://compozify.csam.dev","language":"TypeScript","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/profclems.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-07-05T14:30:50.000Z","updated_at":"2024-10-14T13:11:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"bce17637-2f96-4c2b-8a12-f1430a3c54f1","html_url":"https://github.com/profclems/compozify","commit_stats":null,"previous_names":["profclems/compozify"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profclems%2Fcompozify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profclems%2Fcompozify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profclems%2Fcompozify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profclems%2Fcompozify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profclems","download_url":"https://codeload.github.com/profclems/compozify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221832529,"owners_count":16888265,"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":[],"created_at":"2024-08-01T16:01:38.399Z","updated_at":"2024-10-28T13:35:21.411Z","avatar_url":"https://github.com/profclems.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Compozify\n\nCompozify is a simple (yet complicated) tool to generate a `docker-compose.yml` file from a `docker run` command.\n\n# Usage\n\n## Screenshot\n\n![image](https://github.com/profclems/compozify/assets/41906128/bcd27512-8692-44f3-9113-63bfb112e38e)\n\n\n## Installation\nDownload a binary suitable for your OS at the [releases page](https://github.com/profclems/compozify/releases/latest).\n\n### Quick install\n#### Linux and macOS\n```sh\ncurl -sfL https://raw.githubusercontent.com/profclems/compozify/main/install.sh | sh\n```\n\n#### Windows (PowerShell)\nOpen a PowerShell terminal (version 5.1 or later) and run:\n\n```powershell\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time\n\nirm https://raw.githubusercontent.com/profclems/compozify/main/install.ps1 | iex\n```\n\n### From source\n\n#### Prerequisites for building from source\n- `make`\n- Go 1.18+\n\n1. Verify that you have Go 1.18+ installed\n\n   ```sh\n   go version\n   ```\n\n   If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).\n\n2. Clone this repository\n\n   ```sh\n   git clone https://github.com/profclems/compozify.git\n   cd compozify\n   ```\n   If you have `$GOPATH/bin` or `$GOBIN` in your `$PATH`, you can just install with `make install` (install compozify in `$GOPATH/bin`) and **skip steps 3 and 4**.\n\n3. Build the project\n   ```sh\n   make build\n   ```\n\n4. Change PATH to find newly compiled `compozify`\n\n   ```sh\n   export PATH=$PWD/bin:$PATH\n   ```\n\n4. Run `compozify --version` to confirm that it worked\n\n## License\nCopyright © [Clement Sam](https://twitter.com/clems_dev)\n\n`compozify` is open-sourced software licensed under the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofclems%2Fcompozify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofclems%2Fcompozify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofclems%2Fcompozify/lists"}