From d2f7294650c3276cb8a3a42b2a8ecde9493321d6 Mon Sep 17 00:00:00 2001 From: flop Date: Wed, 13 May 2026 13:40:50 +0200 Subject: [PATCH] initial: README --- ts/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ts/README.md diff --git a/ts/README.md b/ts/README.md new file mode 100644 index 0000000..e5b9ae7 --- /dev/null +++ b/ts/README.md @@ -0,0 +1,15 @@ +# libmonoformat-ts + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.ts +``` + +This project was created using `bun init` in bun v1.3.11. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.