Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericselin/issues
Elixir command line utility to list GitHub issues (per Programming Elixir book)
https://github.com/ericselin/issues
Last synced: 18 days ago
JSON representation
Elixir command line utility to list GitHub issues (per Programming Elixir book)
- Host: GitHub
- URL: https://github.com/ericselin/issues
- Owner: ericselin
- Created: 2020-10-25T10:02:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T09:22:17.000Z (over 4 years ago)
- Last Synced: 2024-11-28T22:30:08.886Z (3 months ago)
- Language: Elixir
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issues
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `issues` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:issues, "~> 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/issues](https://hexdocs.pm/issues).