Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/membraneframework/membrane_template_plugin
Template for Membrane Elements
https://github.com/membraneframework/membrane_template_plugin
Last synced: 2 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T13:17:18.000Z (7 months ago)
- Last Synced: 2024-04-03T14:33:37.750Z (7 months ago)
- Language: Elixir
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Membrane Template Plugin
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_template_plugin.svg)](https://hex.pm/packages/membrane_template_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_template_plugin)
[![CircleCI](https://circleci.com/gh/membraneframework/membrane_template_plugin.svg?style=svg)](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