Popularity
5.6
Stable
Activity
0.0
Stable
6
4
4

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network    

hgithub alternatives and similar packages

Based on the "Networking" category.
Alternatively, view hgithub alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hgithub or a related project?

Add another 'Networking' Package

README

hgithub - Haskell bindings to the GitHub API

The library is in early stage. Currently only the following methods are available:

  • list your repositories (i.e. GET /user/repos)
  • create a repository (i.e. POST /user/repos)

A command-line tool (also called hgithub) exposes the methods. It needs a github-username-password.txt file in the current directory with your GitHub username:password.