Skip to content

put a ruby file-esque wrapper around the Github API contents endpoints

License

Notifications You must be signed in to change notification settings

architects/github-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

put a ruby file-esque wrapper around the Github API contents endpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages