{"id":13862662,"url":"https://github.com/meqif/docker-compose-mode","last_synced_at":"2025-07-14T13:31:49.515Z","repository":{"id":53022675,"uuid":"97883083","full_name":"meqif/docker-compose-mode","owner":"meqif","description":"Major mode for editing docker-compose files","archived":false,"fork":false,"pushed_at":"2024-01-11T18:45:27.000Z","size":57,"stargazers_count":59,"open_issues_count":5,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T06:06:12.086Z","etag":null,"topics":["docker","docker-compose","emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/meqif.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-07-20T22:26:40.000Z","updated_at":"2024-05-31T21:04:15.000Z","dependencies_parsed_at":"2024-08-05T06:05:38.468Z","dependency_job_id":"9c8fa411-0834-4d1e-9013-f95fc12e0c7a","html_url":"https://github.com/meqif/docker-compose-mode","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meqif%2Fdocker-compose-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meqif%2Fdocker-compose-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meqif%2Fdocker-compose-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meqif%2Fdocker-compose-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meqif","download_url":"https://codeload.github.com/meqif/docker-compose-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225980898,"owners_count":17554919,"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":["docker","docker-compose","emacs"],"created_at":"2024-08-05T06:01:49.592Z","updated_at":"2024-11-22T23:30:19.770Z","avatar_url":"https://github.com/meqif.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# docker-compose-mode\n[![MELPA](https://melpa.org/packages/docker-compose-mode-badge.svg)](https://melpa.org/#/docker-compose-mode)\n[![MELPA Stable](http://stable.melpa.org/packages/docker-compose-mode-badge.svg)](http://stable.melpa.org/#/docker-compose-mode)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nMajor mode for editing docker-compose files, providing context-aware completion\nof docker-compose keys through `completion-at-point-functions`.\n\nThe completions can be used with the completion system shipped with vanilla\nEmacs, and 3rd-party frontends like company-mode, autocomplete, and\nido-at-point.\n\n## Installation\n\nIt's available on [MELPA](https://melpa.org/#/docker-compose-mode):\n\n```\nM-x package-install docker-compose-mode\n```\n\nOr you can just save the `.el` files in your Emacs' load path.\n\n## Usage\n\nAdd the following to your `init.el`:\n\n``` emacs-lisp\n(require 'docker-compose-mode)\n```\n\nAlternatively, if you prefer using `use-package`:\n\n``` emacs-lisp\n(use-package docker-compose-mode)\n```\n\n## Customization\n\nBy default, the keyword completion function detects the docker-compose version\nof the current buffer and suggests the appropriate keywords.\n\nYou can change the candidates offered by the backend by customizing `docker-compose-keywords`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeqif%2Fdocker-compose-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeqif%2Fdocker-compose-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeqif%2Fdocker-compose-mode/lists"}