mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 20:51:11 +00:00
doc: add README.md
This commit is contained in:
parent
3cdb7c7246
commit
4d0ca6772a
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# CoreTextPlace
|
||||
|
||||
[](https://jsr.io/@textplace/core)
|
||||
[](https://jsr.io/@textplace/core)
|
||||
[](https://github.com/textplace/CoreTextPlace/actions/workflows/deno.yml)
|
||||
|
||||
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 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.
|
Loading…
Add table
Reference in a new issue