The core logic of TextPlace.
Find a file
laosb 9d114182cf
Some checks failed
Test / test (push) Has been cancelled
fix: Add --no-git-checks to pnpm publish step
2025-11-30 10:47:02 +08:00
.github/workflows fix: Add --no-git-checks to pnpm publish step 2025-11-30 10:47:02 +08:00
.zed refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
src refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
tests fix: Update test import to src/logic/board.ts 2025-11-29 19:20:20 +08:00
.gitignore refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
build.config.ts chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
deno.json fix: Consolidate package metadata into deno.json 2025-11-30 10:31:58 +08:00
LICENSE refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
package.json chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
pnpm-lock.yaml chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
README.md doc: deno fmt README 2024-05-05 12:28:28 +08:00

CoreTextPlace

JSR JSR Score Deno Tests

The core logic & type defnitions of TextPlace.

This is written in TypeScript and should be able to run on browsers (web app uses it), Cloudflare Workers (that TextPlace backend runs on) and Deno (for development & main test platform). Compatibility with Node.js and Bun is not guranteed but issues & PRs are welcome.

This is available on both JSR and NPM. It's published on JSR as long as the tests are passing, and only published to NPM when a new release is tagged.

License

This project is licensed under the MIT License - see the LICENSE file for details.