From 975d7f22afdeacdd712c8ce29826e374996af5cc Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Tue, 2 Apr 2024 20:02:24 -0400 Subject: [PATCH] docs: Actual if minimal readme content. --- README | 0 README.md | 11 +++++++++++ 2 files changed, 11 insertions(+) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..383639d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Test-Tap a 0 dependency single file Test Anything Protocol suite. + +# Install + +copy `src/Tap.mjs` into your source tree. + +Eventually I'll see about publishing it to npm but for now this is good enough. + +# Use + +See the `tests/01_tap.t.js` and `TapHarness.html` for node cli and browser based examples.