cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI for building, running, testing, and managing your Emacs Lisp dependencies

Results 34 cli issues
Sort by recently updated
recently updated
newest added

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.15 to 2.0.5. Release notes Sourced from softprops/action-gh-release's releases. v2.0.5 Factor in file names with spaces when upserting files #446 via @​MystiPanda Improvements to error handling #449...

dependencies
github_actions

Remove `source-priority`, replace it with ❌ Before ```elisp (source "gnu") (source-priority "gnu" 10) ``` ✔️ After ```elisp (source "gnu" nil 10) ;; Or simply, (source "gnu" 10) ```

I installed Eask and created an Eask file by migrating all my dependencies from Cask. The deps installed successfully with this warning: ``` Warning (initialization): Your ‘load-path’ seems to contain...

question

I love Eask and the UX it provides and I wish it would get bigger adoption. I think one issue with that would be the javascript dependency. Many people using...

I link some packages which have no autoloads, such as `trinary`, which is only a library package. But eask complains every time that the autoloads are not found ``` Error...

I tried to link trinary devel version from my local git repo but it also installs the version from melpa ```shell > eask link add trinary /home/matus/.emacs.d/projects/trinary-logic (1) :master Running...

help wanted

Right now, `eask new ` will clone the template repository, is this a good way to do it? A. zip the template files and place it somewhere on the cloud,...

I encounter a git error when running `eask install-deps` on https://github.com/rejeep/f.el/tree/feature/eask. # Expected behaviour When executing `eask install-deps`, I expect the output to look like this: Details ``` $ eask...