{"id":13569137,"url":"https://github.com/earthly/earthly-emacs","last_synced_at":"2025-04-10T19:05:52.190Z","repository":{"id":46764524,"uuid":"400650311","full_name":"earthly/earthly-emacs","owner":"earthly","description":"Major mode for editing Earthly Earthfile","archived":false,"fork":false,"pushed_at":"2024-07-03T14:51:33.000Z","size":402,"stargazers_count":18,"open_issues_count":5,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-24T16:47:28.646Z","etag":null,"topics":["earthfile","earthly","emacs","emacs-mode"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/earthly.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-27T22:36:55.000Z","updated_at":"2024-01-03T22:31:44.000Z","dependencies_parsed_at":"2024-01-14T03:49:29.119Z","dependency_job_id":"c88c329f-8e02-43dc-b42a-cd3eaaa9fb0b","html_url":"https://github.com/earthly/earthly-emacs","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/earthly%2Fearthly-emacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earthly%2Fearthly-emacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earthly%2Fearthly-emacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/earthly%2Fearthly-emacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/earthly","download_url":"https://codeload.github.com/earthly/earthly-emacs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279195,"owners_count":21077406,"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":["earthfile","earthly","emacs","emacs-mode"],"created_at":"2024-08-01T14:00:36.343Z","updated_at":"2025-04-10T19:05:52.170Z","avatar_url":"https://github.com/earthly.png","language":"Emacs Lisp","funding_links":[],"categories":["Tooling"],"sub_categories":[],"readme":"# earthly-mode\n\n[![MELPA](https://melpa.org/packages/earthfile-mode-badge.svg)](https://melpa.org/#/earthfile-mode)\n\nMajor mode for editing Earthly Earthfile (https://docs.earthly.dev/docs/earthfile) developed\nby [@wingyplus](https://github.com/wingyplus), [@TheCoreMan](https://github.com/TheCoreMan) and [@duck1123](https://github.com/duck1123)\n\n## Current features\n\n* Syntax highlighting support.\n* Toggle comment.\n\n### Requirements\nFor using:\n- emacs\n\nFor testing changes:\n- [eldev](https://github.com/emacs-eldev/eldev) - used for linting\n\n## Installation Notes\n\n### use-package\n\nIf you're using `use-package`, you can do:\n\n```elisp\n(use-package earthfile-mode\n  :ensure t)\n```\n\n### Doom emacs\nIf you're using Doom emacs, you can add the following to `~/.doom.d/packages.el`:\n\n``` elisp\n(package! earthfile-mode)\n```\n\nFollowed by the following shell command:\n\n``` shell\n~/.emacs.d/bin/doom sync\n```\n\n### Manually via MELPA\n\nJust run this command in Emacs:\n\n```\nM-x package-install RET earthfile-mode RET\n```\n\n### Manual via local installation\n\nAdd `earthfile-mode` to `load-path` using `add-to-list`:\n\n```elisp\n(add-to-list 'load-path \"path/to/earthfile-mode\")\n(require 'earthfile-mode)\n```\n\n## Screenshot\n\n![Earthfile syntax](Screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fearthly%2Fearthly-emacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fearthly%2Fearthly-emacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fearthly%2Fearthly-emacs/lists"}