New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-kepo-plugin

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kepo-plugin

CLI tool for creating Kepo plugins

latest
npmnpm
Version
1.0.26
Version published
Maintainers
1
Created
Source

create-kepo-plugin

一个用于创建 Kepo 插件的命令行工具。

使用方法

# 使用 npm
npm create kepo-plugin [项目名称]

# 或者使用 yarn
yarn create kepo-plugin [项目名称]

# 或者使用 pnpm
pnpm create kepo-plugin [项目名称]

功能特点

  • 交互式命令行界面
  • 自动创建插件基础结构
  • 生成基本的插件模板代码

开发

# 克隆项目
git clone https://github.com/your-username/create-kepo-plugin.git

# 安装依赖
npm install

# 本地链接
npm link

# 测试
npm create kepo-plugin test-plugin

目录结构

生成的插件模板结构如下:

your-plugin/
  ├── package.json
  ├── index.js
  └── README.md

License

MIT

Keywords

kepo

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts