docs: Actual if minimal readme content.

This commit is contained in:
Jeremy Wall 2024-04-02 20:02:24 -04:00
parent 595fef5a2c
commit 975d7f22af
2 changed files with 11 additions and 0 deletions

0
README
View File

11
README.md Normal file
View File

@ -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.