Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 557 Bytes

Karin 插件包模板仓库


  • fork 本仓库
  • 拉取fork后的仓库到本地
  • 修改 package.json 文件中的 namedescription 字段
  • README.md 文件中的内容替换为自己的插件说明。

克隆仓库

karin根目录执行以下命令克隆仓库到本地

git clone https://github.com/karinjs/karin-plugin-template.git ./plugins/karin-plugin-template

安装依赖

pnpm install --filter=karin-plugin-template

开发调试

node . --dev