Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.96 KB

readme.md

File metadata and controls

33 lines (25 loc) · 1.96 KB

#FSharp.GitHubApi#

An F# implementation of a GitHub Api wrapper.

##Progress##

The Api current supports the following:

##Notes##

Originally intended to just be part of OctocatTools - I've decided to move it out to be a separate repository and just use it as a submodule... and perhaps one day as a NuGet package or whatever.

##Development##

  1. Run the ResolveDependencies.bat before development.
  2. Edit the TestSettings.fs to include some valid GitHub credentials NOTE: Do not ever commit this file and push back to GitHub
  3. Run the build.bat file to build/test the code base.