npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

karin-plugin-ling

v1.7.0

Published

基于Karin编写的便携操作插件

Downloads

167

Readme

Ling

Karin-plugin-Ling

Gitee GitHub Karin

动态访问量

yusheng929/karin-plugin-ling

安装教程

  1. 克隆安装

karin根目录下执行

GitHub安装(国外推荐)

git clone --depth=1 https://github.com/yusheng929/karin-plugin-ling ./plugins/karin-plugin-ling

ghproxy安装(国内推荐)(镜像源)

git clone --depth=1 https://mirror.ghproxy.com/https://github.com/yusheng929/karin-plugin-ling ./plugins/karin-plugin-ling

Gitee安装(国内推荐)(镜像源)

git clone --depth=1 https://gitee.com/yusheng929/karin-plugin-ling ./plugins/karin-plugin-ling

安装依赖

pnpm install --filter=karin-plugin-ling
  1. 使用包管理器安装

karin根目录下执行

pnpm install karin-plugin-ling
  1. 使用 release 发行版编译安装 (不推荐)

极其不推荐,需要自行编译,且后续无法通过 Git 或者包管理器更新。

  • 打开 release 页面
  • 下载最新版本的插件压缩包
  • 解压到 plugins/ 目录下

解压完成后进入 plugins/karin-plugin-ling 目录,执行下面命令编译

pnpm run build

编译完成后在插件目录下执行

pnpm install

或者在karin根目录下执行

pnpm install --filter=karin-plugin-ling -P
  1. 克隆 npm 分支编译安装 (不推荐)
  • 克隆仓库到本地
git clone --depth=1 -b npm https://github.com/yusheng929/karin-plugin-ling.git ./plugins/karin-plugin-ling
  • 进入仓库目录
cd plugins/karin-plugin-ling
  • 安装依赖
pnpm install
  • 编译插件
pnpm run build
  • 编译完成后可正常启动 Karin

当前功能

HELP

配置文件

Karin/config/plugin/karin-plugin-ling

未来计划

  • [ ] Bot的前缀快捷设置
  • [ ] 增加进群申请通知

负责声明

  • 功能仅限内部交流与小范围使用
  • 严禁将本插件用于任何商业用途或盈利
  • 图片与其他素材均来自于网络
  • 仅供交流学习娱乐
  • 如有侵权请联系(issues)看到会立即删除

联系方式

不欢迎加入测试群聊: 636023444

致谢

|Nickname|Contribution| |:------:|------------| |yenai-plugin|部分代码参考椰奶插件所实现| |shijinn520|提供技术支持| |karin-plugin-kkk|部分代码借鉴|