Skip to content
/ zhin Public
forked from zhinjs/zhin

a chat bot framework for Node.js developers, compatible with qq、icqq、wechat、discord、onebot(11/12)、dingtalk。

License

Notifications You must be signed in to change notification settings

huqzc/zhin

 
 

Repository files navigation

zhin

CI npm version dm node engine group:129043431

快速上手

1. 初始化包管理器

npm init -y # 初始化 package.json 文件
npm install typescript -D # 安装ts开发环境依赖
npx tsc --init # 初始化 tsconfig.json 文件

2. 安装zhin

npm install zhin

3. 初始化

npx zhin init --key  # 

About

a chat bot framework for Node.js developers, compatible with qq、icqq、wechat、discord、onebot(11/12)、dingtalk。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Vue 1.8%
  • Other 0.1%