Skip to content

Commit 129d3f4

Browse files
committed
Update: makem.sh
1 parent 80ce0a8 commit 129d3f4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,6 +1708,8 @@ makel is a project consisting of a Makefile (=makel.mk=) that Emacs package auth
17081708

17091709
#+BEGIN_QUOTE
17101710
=makem.sh= is a script to help build and test Emacs Lisp packages (not Emacs itself). It aims to make linting and testing as simple as possible. Source files and test files are discovered automatically from the project’s Git repo. Output is simple: by default, there is no output unless errors occur. With increasing verbosity levels (with =-v= or =-vv= options), more detail gives positive feedback. Output is colored by default to make reading easy.
1711+
1712+
Testing can also be done with [[https://github.com/alphapapa/emacs-sandbox.sh][emacs-sandbox.sh]], which allows package dependencies to be installed into the sandbox automatically, without affecting the developer’s personal Emacs configuration. This is especially helpful when upstream dependencies may have released new versions that differ from the developer’s personal configuration.
17111713
#+END_QUOTE
17121714

17131715
**** Package installation/management :installation:management:

index.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)