emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 32053cd 042/439: Update readme with development no


From: Phillip Lord
Subject: [elpa] externals/dash 32053cd 042/439: Update readme with development notes.
Date: Tue, 04 Aug 2015 20:26:10 +0000

branch: externals/dash
commit 32053cda010fb70e841ecded0d8c0f6857f48277
Author: Magnar Sveen <address@hidden>
Commit: Magnar Sveen <address@hidden>

    Update readme with development notes.
---
 README.md         |   15 +++++++++++++++
 readme-postfix.md |   15 +++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 44f4449..e037237 100644
--- a/README.md
+++ b/README.md
@@ -197,6 +197,21 @@ or with `!compare-fn` if that's non-nil.
 (!contains? '(1 2 3) 4) ;; => nil
 ```
 
+## Development
+
+Run the tests with
+
+    ./run-tests.sh
+
+Create the docs with
+
+    ./create-docs.sh
+
+I highly recommend that you install these as a pre-commit hook, so that
+the tests are always running and the docs are always in sync:
+
+    cp pre-commit.sh .git/hooks/pre-commit
+
 ## License
 
 Copyright (C) 2012 Magnar Sveen, Joel McCracken
diff --git a/readme-postfix.md b/readme-postfix.md
index 2134443..d0e6247 100644
--- a/readme-postfix.md
+++ b/readme-postfix.md
@@ -1,3 +1,18 @@
+## Development
+
+Run the tests with
+
+    ./run-tests.sh
+
+Create the docs with
+
+    ./create-docs.sh
+
+I highly recommend that you install these as a pre-commit hook, so that
+the tests are always running and the docs are always in sync:
+
+    cp pre-commit.sh .git/hooks/pre-commit
+
 ## License
 
 Copyright (C) 2012 Magnar Sveen, Joel McCracken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]