Project

github-fs

0.0
No commit activity in last 3 years
No release in over 3 years
Creating, updating, deleting files on the github api using the same APIs as you would working with files your local file system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
~> 10.0
> 3.0.0

Runtime

 Project Readme

Github Filesystem

This is a ruby wrapper that intends to provide an easy File-esque wrapper round the Github API's contents endpoints.

This will allow you to create, read, find, update, and delete files using a familiar API based off of ruby's own File and Dir classes.

TODO

  • Implement File.open("path", "a+") mode
  • Implement File.open("path", "a") mode
  • Implement File.open("path", "w") mode
  • Implement File.open("path", "w+") mode
  • Implement Dir.glob