CLI for building, runing, testing, and managing your Emacs Lisp dependencies
Eask was built to be used as a package development tool in your Elisp packages. But now, it can be used as a dev tool for Elisp packages, dependency management for your configuration, or run elisp programs for all other purposes.
Eask was built to be used as a package development tool in your Elisp packages. But now, it can be used as a dev tool for Elisp packages, dependency management for your configuration, or run elisp programs for all other purposes.
To install eask-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install eask-cli
To see what files were installed by eask-cli, run:
port contents eask-cli
To later upgrade eask-cli, run:
sudo port selfupdate && sudo port upgrade eask-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.