Emacs Eask
GitHubDiscordToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Edit page

πŸ“¦ Package Development

Eask is the magic file that eask will read it as the init file in Emacs. The syntaxes are similar to the Cask file, but different.

(package "your-package"
         "0.1.0"
         "Your package description")

(website-url "https://github.com/owner/repo")
(keywords "example" "tool")

(package-file "your-package-file.el")

(script "test" "echo \"Error: no test specified\" && exit 1")

(source "gnu")

(depends-on "emacs" "26.1")
(depends-on "dash")
(depends-on "f")
(depends-on "s")