create-vnite-plugin
Version:
Create Vnite Plugin scaffolding tool
21 lines (13 loc) • 978 B
Markdown
# create-vnite-plugin
[English](README.md) | [简体中文](README.zh-CN.md)
Scaffolding tool for Vnite plugin development, helping developers quickly build and manage Vnite plugin projects.
## Usage
```bash
npm create vnite-plugin
```
An interactive command line will guide you through the creation of a plugin project.
Currently supported template presets:
| Template | Description |
| ---------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Common](https://github.com/ximu3/create-vnite-plugin/tree/main/template/common) | Common plugin template with minimal implementation |
| [Scraper](https://github.com/ximu3/create-vnite-plugin/tree/main/template/scraper) | Scraper plugin template for contributing a new scraper to Vnite |