https://github.com/membraneframework/membrane_gemini_demo
A simple TUI application using `membrane_gemini_plugin`
https://github.com/membraneframework/membrane_gemini_demo
Last synced: 8 days ago
JSON representation
A simple TUI application using `membrane_gemini_plugin`
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_gemini_demo
- Owner: membraneframework
- Created: 2026-04-22T10:45:10.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-05-07T10:20:01.000Z (about 1 month ago)
- Last Synced: 2026-05-07T12:26:14.947Z (about 1 month ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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