You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a[vfox plugin](https://vfox.lhan.me/plugins/create/howto.html) template with CI that package and publish the plugin.
3
+
Node.js plugin for[vfox](https://vfox.lhan.me/).
4
4
5
-
## Usage
5
+
## Install
6
6
7
-
1.[Generate](https://github.com/version-fox/vfox-plugin-template/generate) a new repository based on this template.
8
-
2. Configure [metadata](https://github.com/version-fox/vfox-plugin-template/blob/main/metadata.lua) information
9
-
3. To develop your plugin further, please read [the plugins create section of the docs](https://vfox.lhan.me/plugins/create/howto.html).
7
+
After installing [vfox](https://github.com/version-fox/vfox), install the plugin by running:
10
8
9
+
```bash
10
+
vfox install nodejs
11
+
```
11
12
12
-
## How to publish?
13
-
14
-
1. Push a new tag to the repository which name is `vX.Y.Z` (X.Y.Z is the version number).
15
-
2. The CI will automatically package, then publish [release](https://github.com/version-fox/vfox-plugin-template/releases/tag/v0.0.1) and publish [manifest](https://github.com/version-fox/vfox-plugin-template/releases/tag/manifest).
0 commit comments