{"id":24960807,"url":"https://github.com/emacs-eask/eask","last_synced_at":"2026-02-16T13:10:14.370Z","repository":{"id":59222570,"uuid":"535935273","full_name":"emacs-eask/eask","owner":"emacs-eask","description":"Core Eask APIs, for Eask CLI development","archived":false,"fork":false,"pushed_at":"2026-01-23T20:45:00.000Z","size":620,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-24T02:15:26.854Z","etag":null,"topics":["eask","elisp","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emacs-eask.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"emacs-eask","patreon":"jcs090218","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/jcs090218"}},"created_at":"2022-09-13T02:56:18.000Z","updated_at":"2026-01-23T20:45:04.000Z","dependencies_parsed_at":"2024-02-10T22:28:19.799Z","dependency_job_id":"15df3ede-caa8-4139-9bd0-4a9aa09d6422","html_url":"https://github.com/emacs-eask/eask","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/emacs-eask/eask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Feask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Feask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Feask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Feask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emacs-eask","download_url":"https://codeload.github.com/emacs-eask/eask/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emacs-eask%2Feask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28760389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: 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":["eask","elisp","emacs"],"created_at":"2025-02-03T08:31:27.015Z","updated_at":"2026-01-25T21:56:57.794Z","avatar_url":"https://github.com/emacs-eask.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/emacs-eask","https://patreon.com/jcs090218","https://www.paypal.me/jcs090218","https://www.patreon.com/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![JCS-ELPA](https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/eask.svg)](https://jcs-emacs.github.io/jcs-elpa/#/eask)\n[![MELPA](https://melpa.org/packages/eask-badge.svg)](https://melpa.org/#/eask)\n[![MELPA Stable](https://stable.melpa.org/packages/eask-badge.svg)](https://stable.melpa.org/#/eask)\n\u003ca href=\"https://www.gnu.org/software/emacs/download.html\"\u003e\u003cimg align=\"right\" src=\"etc/badges/emacs.svg\" alt=\"Emacs\"\u003e\u003c/a\u003e\n\n\u003ca href=\"#\"\u003e\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/emacs-eask/cli/master/docs/static/logo.png\" width=\"20%\"\u003e\u003c/a\u003e\n\n# eask\n\u003e Core Eask APIs, for Eask CLI development\n\n[![Build](https://github.com/emacs-eask/eask/actions/workflows/build.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/build.yml)\n[![CI](https://github.com/emacs-eask/eask/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/test.yml)\n[![System](https://github.com/emacs-eask/eask/actions/workflows/system.yml/badge.svg)](https://github.com/emacs-eask/eask/actions/workflows/system.yml)\n\nThe goal of this package is to provide function signatures so you can\ndevelop Eask with your elisp environment. Few important feature that\nthis package can do:\n\n1. Provide auto-completion with `capf` (`auto-complete`, `company`, `corfu`, etc)\n2. Provide function signatures and display arglist (`eldoc`, etc)\n\nGenerally, you would not want to call any of these functions or use any of\nthese variables from your Emacs editor environment. Unless you are extending\nEask's core functionalities.\n\n\u003e [!NOTE]\n\u003e\n\u003e The core of this file (`eask-core.el`) is generated from the [emacs-eask/cli][]; therefore, please avoid directly modifying its contents in this repository!\n\n## 🔨 Usage\n\nCall the following whenever you need to know Eask's API.\n\n```elisp\n(require 'eask-core)\n```\n\nOr enable it when the project is a valid Eask project,\n\n```elisp\n(add-hook 'emacs-lisp-hook #'eask-api-setup)\n```\n\n## 🔧 Customization\n\n### 🧪 Variables\n\n- `eask-api-strict-p` - Set to nil if you want to load Eask API whenever it's possible.\n\n## 🛠️ Contribute\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![Elisp styleguide](https://img.shields.io/badge/elisp-style%20guide-purple?logo=gnuemacs\u0026logoColor=white)](https://github.com/bbatsov/emacs-lisp-style-guide)\n[![Donate on paypal](https://img.shields.io/badge/paypal-donate-1?logo=paypal\u0026color=blue)](https://www.paypal.me/jcs090218)\n[![Become a patron](https://img.shields.io/badge/patreon-become%20a%20patron-orange.svg?logo=patreon)](https://www.patreon.com/jcs090218)\n\nIf you would like to contribute to this project, you may either\nclone and make pull requests to this repository. Or you can\nclone the project and establish your own branch of this tool.\nAny methods are welcome!\n\n### 🔬 Development\n\nTo run the test locally, you will need the following tools:\n\n- [Eask](https://emacs-eask.github.io/)\n- [Make](https://www.gnu.org/software/make/) (optional)\n\nInstall all dependencies and development dependencies:\n\n```sh\neask install-deps --dev\n```\n\nTo test the package's installation:\n\n```sh\neask package\neask install\n```\n\nTo test compilation:\n\n```sh\neask compile\n```\n\n**🪧 The following steps are optional, but we recommend you follow these lint results!**\n\nThe built-in `checkdoc` linter:\n\n```sh\neask lint checkdoc\n```\n\nThe standard `package` linter:\n\n```sh\neask lint package\n```\n\n*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*\n\n## ⚜️ License\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee [`LICENSE`](./LICENSE.txt) for details.\n\n\u003c!-- Links --\u003e\n\n[emacs-eask/cli]: https://github.com/emacs-eask/cli\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eask%2Feask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femacs-eask%2Feask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femacs-eask%2Feask/lists"}