You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI for building, running, testing, and managing your Emacs Lisp dependencies
Eask was originally designed as a package development tool for Elisp projects.
However, it has since expanded to support a wide range of Emacs Lisp tasks.
It can now be used in three major ways:
As a development tool for Elisp packages.
For managing dependencies in your Emacs configuration.
To run Elisp programs for a variety of purposes (essentially functioning as a runtime).
With these capabilities in mind, what sets Eask apart from other build tools
like Cask, makem.sh, and Eldev?
Great question! Eask has evolved beyond just a build toolβit serves multiple purposes! Hereβs what Eask aims to be:
Consistent: Provides a reliable sandboxing environment across all systems.
Versatile: Includes commonly used Emacs commands like byte-compilation, checkdoc, and more.
Robust: Delivers useful results even when user errors occur.
Lightweight: Runs on any platform without dependencies.
π P.S. See Why Eask? for more detailed
information.
We have incorporated a range of tests to ensure Eask remains stable throughout its release cycle.
Documentation
Description
Done
Status
Keep the documentation page up to date
β
Development
Description
Done
Status
Compile source and check redefined
β
Compatibility check for each Emacs version
β
Build executables
β
Commands
Description
Done
Status
Test commands in global (~/.eask/) mode
β
Test commands in config (~/.emacs.d/) mode
β
Test commands in development (./) mode
β
Test install packages
β
Test link packages
β
Test analyze command / Eask-file checker
β
Test docker command
β
Test exec command
β
Test emacs command
β
Test search packages
β
Test upgrade and check outdated packages
β
Test upgrade-eask command
β
Options
Description
Done
Status
Test option switches
β
Test
Description
Done
Status
Test ert command
β
Test ert-runner command
β
Test buttercup command
β
Test ecukes command
β
Others
Description
Done
Status
Webinstall
β
Exit Status
β
βοΈ License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.