https://github.com/karinjs/karin-plugin-template
karin 插件包开发模板
https://github.com/karinjs/karin-plugin-template
karin-plugin
Last synced: 4 months ago
JSON representation
karin 插件包开发模板
- Host: GitHub
- URL: https://github.com/karinjs/karin-plugin-template
- Owner: KarinJS
- Created: 2024-04-12T06:06:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:40:10.000Z (over 1 year ago)
- Last Synced: 2025-04-03T21:35:18.366Z (about 1 year ago)
- Topics: karin-plugin
- Language: JavaScript
- Homepage:
- Size: 1.19 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# karin 模板仓库
## 克隆仓库
> 需要注意 请先安装`karin`哦~
打开[模板仓库](https://github.com/KarinJS/karin-plugin-template)
点击`Use this template`或`使用此模板`按钮,创建自己的仓库。

填写仓库名称,描述,选择是否公开。

```bash
# 请改成你自己的仓库 !!!请单独一个文件夹 不需要放到plugins中了
git clone https://github.com/karinjs/karin-plugin-template.git
```
## 安装依赖
```bash
pnpm i
```
## 初始化
> `pnpm run init` 会自动生成一个`.pnpmfile.cjs`文件,请删除这个文件
```bash
pnpm run init
```
```bash
pnpm dev
```