https://github.com/planetarium/9c-bot-sdk
A development kit to help you easily write scripts or bots related to Nine Chronicles in JavaScript (Node.js / Deno).
https://github.com/planetarium/9c-bot-sdk
Last synced: 10 months ago
JSON representation
A development kit to help you easily write scripts or bots related to Nine Chronicles in JavaScript (Node.js / Deno).
- Host: GitHub
- URL: https://github.com/planetarium/9c-bot-sdk
- Owner: planetarium
- License: agpl-3.0
- Created: 2023-12-26T21:43:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T01:16:06.000Z (about 2 years ago)
- Last Synced: 2025-01-21T00:14:00.942Z (12 months ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 9c-bot-sdk
A development kit to help you easily write scripts or bots related to Nine
Chronicles in JavaScript (Node.js / Deno).
## Prerequisites
You should install **deno** to build and pack.
### macOS
```
brew install deno
```
## Type Check
```
deno check ./mod.ts
deno check ./examples/*.ts
```