csdocs/devs/using-plugin-template.md

20 lines
749 B
Markdown
Raw Permalink Normal View History

2023-01-22 10:06:50 +00:00
---
label: Using plugin template
2023-01-23 16:29:54 +00:00
icon: repo-template
order: 999
2023-01-22 10:06:50 +00:00
---
# Using the template
2023-08-22 20:17:35 +00:00
The easiest way to start developing is to use our [plugin-template](https://gitdab.com/recloudstream/plugin-template) as it sets up the build environment automatically.
2023-01-22 10:06:50 +00:00
2023-05-12 12:25:17 +00:00
To get started:
2023-01-22 10:06:50 +00:00
2023-08-22 20:17:35 +00:00
1) <a href="https://gitdab.com/recloudstream/plugin-template" target="_blank">Copy the plugin template page URL</a>
2023-05-12 12:25:17 +00:00
2) Import into GitHub using the <a href="https://github.com/new/import" target="_blank">"Import a Repository"</a> Feature
2023-01-22 10:06:50 +00:00
3) Check if GitHub actions are enabled, by going to: `Settings > Actions > General > Allow all actions and reusable workflows`
4) You can now create your own plugins and after you push new code, they should automatically be built