Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregors/boilerpipe-elixir
https://github.com/gregors/boilerpipe-elixir
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregors/boilerpipe-elixir
- Owner: gregors
- Created: 2017-09-19T17:42:53.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T00:10:01.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T12:05:00.990Z (2 months ago)
- Language: Elixir
- Size: 58.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boilerpipe
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `boilerpipe` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:boilerpipe, "~> 0.1.0"}
]
end
```
## Running on dockerdocker build -t boilerpipe-elixir .
docker run -it --rm boilerpipe-elixirDocumentation 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/boilerpipe](https://hexdocs.pm/boilerpipe).