Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-m-i-t-a/issues
A GitHub issues CLI
https://github.com/s-m-i-t-a/issues
Last synced: 5 days ago
JSON representation
A GitHub issues CLI
- Host: GitHub
- URL: https://github.com/s-m-i-t-a/issues
- Owner: s-m-i-t-a
- License: bsd-3-clause
- Created: 2014-10-28T07:43:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T20:54:23.000Z (about 10 years ago)
- Last Synced: 2023-03-25T22:45:21.368Z (over 1 year ago)
- Language: Elixir
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Issues
======A console application for github issues.
Free software: BSD license
Requirements
------------* Elixir v1.0.0+
Quickstart
----------Clone the repository:
$ git clone https://github.com/s-m-i-t-a/issues.git
$ cd issuesthen get deps and compile
$ mix do deps.get, compile
create executable and run application
$ mix escript.build
$ ./issues elixir-lang elixir 5or print help
$ ./issues help