https://github.com/radar/jep-capture
https://github.com/radar/jep-capture
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radar/jep-capture
- Owner: radar
- Created: 2019-07-29T06:56:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T00:48:54.000Z (over 5 years ago)
- Last Synced: 2025-02-10T13:44:00.239Z (3 months ago)
- Language: Elixir
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `capture` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:capture, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/capture](https://hexdocs.pm/capture).