koishi-plugin-yuque
TypeScript icon, indicating that this package has built-in type declarations

1.5.2 • Public • Published

koishi-plugin-yuque

A Koishi.js plugin for Yuque Message Pushing

Installation

By npm

npm install koishi-plugin-yuque

By yarn

yarn add koishi-plugin-yuque

Usage

Configuration

yuque:
  # The Port that the Plugin Listen
  port: (The Port Number)
  # The channels that the plugin push messages to
  channels: 
  	- (The Channel ID)
  	- (The Channel ID)

Commands

  • yuquepush.is:Lookup for if it is this plugin's Pushing Channel.
  • yuquepush.add: Add this channel to this plugin's Pushing Channel.
  • yuquepush.remove: Remove this channel from this plugin's Pushing Channel.

Contribution

  • Fork this Repo.
  • Make a new branch.
  • Write your codes.
  • Make a Pull Request to the develop branch.

Package Sidebar

Install

npm i koishi-plugin-yuque

Weekly Downloads

8

Version

1.5.2

License

MIT

Unpacked Size

28.5 kB

Total Files

14

Last publish

Collaborators

  • constasj