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
- Host: GitHub
- URL: https://github.com/chansuke/issuesex
- Owner: chansuke
- Created: 2017-04-10T13:55:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T14:38:18.000Z (about 9 years ago)
- Last Synced: 2025-01-17T03:44:32.809Z (over 1 year ago)
- Topics: elixir, elixir-lang
- Language: Elixir
- Size: 4.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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