mirror of
https://github.com/recloudstream/csdocs.git
synced 2024-08-14 22:46:50 +00:00
23 lines
872 B
Markdown
23 lines
872 B
Markdown
---
|
|
label: Using plugin template
|
|
parent: For extension developers
|
|
order: 1
|
|
---
|
|
|
|
# Using the template
|
|
The easiest way to start developing is to use our [plugin-template](https://github.com/recloudstream/plugin-template) as it sets up the build environment automatically.
|
|
|
|
1) <a href="https://github.com/recloudstream/plugin-template/generate" target="_blank">Use our plugin template</a>
|
|
|
|
2) Select `Include all branches`
|
|
|
|
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
|
|
|
|
### Further reading
|
|
|
|
After you have set up the repository, you can continue by reading:
|
|
|
|
- [Creating your own JSON repository](create-your-own-json-repository)
|
|
- [Creating your own providers](create-your-own-providers)
|