From f6bbcd8b2e7a22de830b20ef7db876d34677e716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Tue, 29 Apr 2025 13:43:20 +0200 Subject: [PATCH] :memo: Scaffolded README.md structure --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 5c6e47d..25a3ab3 100644 --- a/README.md +++ b/README.md @@ -1 +1,26 @@ # tiny-pattern-ts + +Pattern matching for TypeScript/ESM environments (F#-style, not regex). + +## Development + +- **Build:** `npm run build` +- **Test:** `npm run test`, `npm run test:ci` +- **Checks:** `npm run check`, `npm run fix` + +## VSCode integration + +- Debugging +- Running tests + +## Workflows + +- Version updates +- Changelog automation +- Publishing + +## Contribution guidelines + +- Commit signing (GPG) +- How to set up commit message template +- Reference to commit-message-template