haacked / Rothko

An abstracted library for interacting with the file system, registry, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for contributions?

pmacn opened this issue · comments

I've written simple wrappers implementing some of the interfaces in this project but wasn't sure if you were looking for contributions at all. Or if that's even what you had in mind, although it seemed likely.

It's all rather simple stuff but it should get the job done. There are no integration tests at all since there's really no complexity to speak of. Most methods are just a single line calling another method and it doesn't get any more complex than doing that and calling a Select on the resulting set to convert them to the correct type.

But if tests are desired I'll add them in before submitting a PR.

Hi! I'm primarily building this up as I need them, but as you point out, most of the implementations are going to be very straightforward so I would love your help! Please check out the README as I just updated it to describe the basic goal and structure.