https://github.com/membraneframework/membrane_template_plugin
Template for Membrane Elements
https://github.com/membraneframework/membrane_template_plugin
Last synced: about 1 year ago
JSON representation
Template for Membrane Elements
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_template_plugin
- Owner: membraneframework
- Created: 2018-02-21T11:42:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T15:15:14.000Z (about 2 years ago)
- Last Synced: 2025-04-10T00:52:19.531Z (about 1 year ago)
- Language: Elixir
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Membrane Template Plugin
[](https://hex.pm/packages/membrane_template_plugin)
[](https://hexdocs.pm/membrane_template_plugin)
[](https://circleci.com/gh/membraneframework/membrane_template_plugin)
This repository contains a template for new plugins.
Check out different branches for other flavors of this template.
It's a part of the [Membrane Framework](https://membrane.stream).
## Installation
The package can be installed by adding `membrane_template_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_template_plugin, "~> 0.1.0"}
]
end
```
## Usage
TODO