https://github.com/yuukajs/yuuka
Cross-platform chat robot framework, flowers, love and robots.
https://github.com/yuukajs/yuuka
chatbot chatbot-framework cross-platform lightweight typescript
Last synced: 5 months ago
JSON representation
Cross-platform chat robot framework, flowers, love and robots.
- Host: GitHub
- URL: https://github.com/yuukajs/yuuka
- Owner: yuukajs
- License: mit
- Created: 2024-09-27T16:00:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T15:57:29.000Z (over 1 year ago)
- Last Synced: 2025-04-14T10:53:38.967Z (about 1 year ago)
- Topics: chatbot, chatbot-framework, cross-platform, lightweight, typescript
- Language: TypeScript
- Homepage: https://yuuka.js.org
- Size: 49.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# [Yuuka](https://yuuka.js.org/)
> When a soul lodges, flowers bloom.
#### Cross-platform chat robot framework.
[](https://npmjs.org/package/@yuukajs/yuuka)
[](https://github.com/yuukajs/yuuka/blob/main/license)
[](https://github.com/yuukajs/yuuka/blob/main/package.json)
[](https://yuuka.js.org)
[](https://github.com/yuukajs/yuuka/releases)
## 特性
### 高性能
开发者以高性能为设计原则,力为用户打造高性能,轻量化框架
### 优秀生态
`Yuuka`有许多优秀社区开发者,为`Yuuka`生态建设提供充足动力,优秀活力,持续能力
## 快速开始
```bash
npm install @yuukajs/yuuka -g
```
`sanae`用来实现跨平台的设计模式是适配器,因此,仅仅yuuka本体是不能直接使用的,你还需要对于不同平台的适配器,比如:
```bash
npm install @yuukajs/adapter-console
```
还需在yuuka应用目录下的`yuuka.yaml`中写上
```yaml
adapter:
@yuukajs/adapter-console: {}
```
然后
```bash
npx yuuka start
```
如果没有报错信息,恭喜🎉,成功开始`Yuuka`的第一个项目