doc: deno fmt README

This commit is contained in:
Shibo Lyu 2024-05-05 12:28:28 +08:00
parent 12425a3aad
commit 2815760bb0

View file

@ -6,10 +6,17 @@
The core logic & type defnitions of [TextPlace](https://t.me/s/gotextplace).
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 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](https://jsr.io/@textplace/core) and [NPM](https://www.npmjs.com/package/@textplace/core). It's published on JSR as long as the tests are passing, and only published to NPM when a new release is tagged.
This is available on both [JSR](https://jsr.io/@textplace/core) and
[NPM](https://www.npmjs.com/package/@textplace/core). 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](LICENSE) file for details.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
for details.