TypeScript implementation of core logic & types for Blah IM.
Find a file
2025-05-22 20:42:30 +08:00
.github/workflows ci: Fix checkout step order in publish workflow 2025-05-21 03:41:36 +08:00
.zed refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00
src refactor: migrate to zod v4 2025-05-22 20:42:30 +08:00
.gitignore chore: Add dist directory to gitignore 2025-05-21 03:42:58 +08:00
jsr.json refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00
LICENSE chore: Change license from GPL-3.0 to MIT 2025-04-30 22:37:09 +08:00
package.json refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00
pnpm-lock.yaml refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00
pnpm-workspace.yaml refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00
README.md doc: Clarify license in README. 2025-04-30 22:46:24 +08:00
tsconfig.json refactor: Switch to Node-based package structure 2025-05-21 03:38:01 +08:00

@blah-im/core

This is an implementation of Blah Core Protocol in TypeScript.

Installation

# Installing from npm registry
# You can use other npm-compatiable package managers too.
npm install @blah-im/core

# Installing from JSR
deno add jsr:@blah/core

Usage

A symbol API document is available on JSR: https://jsr.io/@blah/core/doc

License

This project is now licensed under MIT License. Note that this project was licensed under GNU General Public License v3.0 before version 0.7.0. See LICENSE for more details.