ips-build:GitHub行动以建立IPS插件

时间:2024-04-10 15:54:18
【文件属性】:

文件名称:ips-build:GitHub行动以建立IPS插件

文件大小:304KB

文件格式:ZIP

更新时间:2024-04-10 15:54:18

TypeScript

IPS构建器 GitHub动作,可将IPS插件和主题构建到XML文件中。 用法 在.github/workflows/yourworkflow.yml ,确保checkout步骤将获取深度设置为0 ,这意味着它将获取所有提交和标签: - uses : actions/checkout@v2 with : fetch-depth : 0 然后添加另一步: - uses : jackwickham/ips-build@v1 with : name : Your plugin name # Required author : Your name # Optional website : Your website or the plugin's website # Optional path : /path/to/plugin # Optiona


【文件预览】:
ips-build-master
----.eslintrc.json(4KB)
----.github()
--------dependabot.yml(328B)
--------workflows()
----action.yml(695B)
----.prettierignore(24B)
----src()
--------main.ts(1KB)
--------xml.ts(530B)
--------ips-types.ts(3KB)
--------plugin.ts(11KB)
--------versions.ts(2KB)
--------php.ts(5KB)
----.prettierrc.json(226B)
----tsconfig.json(1KB)
----LICENSE(1KB)
----jest.config.js(235B)
----__tests__()
--------php.test.ts(3KB)
--------versions.test.ts(2KB)
--------xml.test.ts(1KB)
--------plugin.test.ts(12KB)
----README.md(2KB)
----dist()
--------index.js(889KB)
----.editorconfig(115B)
----.gitignore(1KB)
----.eslintignore(24B)
----package-lock.json(578KB)
----package.json(1KB)

网友评论