peripteraptos/hyperwind-kirby
最新稳定版本:1.0.0
Composer 安装命令:
composer require peripteraptos/hyperwind-kirby
包简介
Hyperwind plugin for Kirby CMS
README 文档
README
Variant "Setup with Composer dependencies"
This is a boilerplate for a Kirby plugin that can be installed via all three supported installation methods.
You can find a list of Pluginkit variants on the master branch.
How to use the Pluginkit
- Fork this repository
- Change the plugin name and description in the
composer.json - Change the plugin name in the
index.php - Change the license if you don't want to publish under MIT
- Add your plugin code to the
index.phpand thesrcdirectory - Require Composer dependencies with
composer require - Update this
READMEwith instructions for your plugin
We have a tutorial on how to build your own plugin based on the Pluginkit in the Kirby documentation.
What follows is an example README for your plugin.
Installation
Download
Download and copy this repository to /site/plugins/{{ plugin-name }}.
Git submodule
git submodule add https://github.com/{{ your-name }}/{{ plugin-name }}.git site/plugins/{{ plugin-name }}
Composer
composer require {{ your-name }}/{{ plugin-name }}
Setup
Additional instructions on how to configure the plugin (e.g. blueprint setup, config options, etc.)
Options
Document the options and APIs that this plugin offers
Development
Add instructions on how to help working on the plugin (e.g. npm setup, Composer dev dependencies, etc.)
License
MIT
Credits
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-17