An open API service indexing awesome lists of open source software.

https://github.com/chansuke/issuesex

command line tool
https://github.com/chansuke/issuesex

elixir elixir-lang

Last synced: 8 months ago
JSON representation

command line tool

Awesome Lists containing this project

README

          

# Issuesex

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add issuesex to your list of dependencies in `mix.exs`:

def deps do
[{:issuesex, "~> 0.0.1"}]
end

2. Ensure issuesex is started before your application:

def application do
[applications: [:issuesex]]
end