undercover-el / undercover.el

A test coverage library for Emacs
MIT License
86 stars 14 forks source link

doc(README.md): Document use with Eask #69

Closed jcs090218 closed 1 year ago

jcs090218 commented 1 year ago

Hi, I want to add document regarding the use with Eask.

Cask is basically unmaintained so I would like to introduce a new tool Eask. It's very similar to Cask and syntax compatible. LMKWYT?

Thanks!

CyberShadow commented 1 year ago

Sure.

What do you think about merging the Cask and Eask section, since the instructions seem to be identical?

jcs090218 commented 1 year ago

Awesome!

Sorry I shouldn't say syntax compatible, there is one difference from source directive.

;; Cask's version
(source gnu)

;; Eask's version
;; only accept string and symbol
(source 'gnu)
(source "gnu")

What do you think about merging the Cask and Eask section, since the instructions seem to be identical?

How would you like to merge the two sections? ;)

CyberShadow commented 1 year ago

Got it - sorry, I missed that.