An open API service indexing awesome lists of open source software.

https://github.com/hecrj/rom-filesystem

Filesystem adapter for ROM
https://github.com/hecrj/rom-filesystem

Last synced: 2 months ago
JSON representation

Filesystem adapter for ROM

Awesome Lists containing this project

README

        

[gem]: https://rubygems.org/gems/rom-filesystem
[travis]: https://travis-ci.org/hecrj/rom-filesystem
[gemnasium]: https://gemnasium.com/hecrj/rom-filesystem
[codeclimate]: https://codeclimate.com/github/hecrj/rom-filesystem
[inchpages]: http://inch-ci.org/github/hecrj/rom-filesystem

# ROM::Filesystem

[![Gem Version](https://badge.fury.io/rb/rom-filesystem.svg)][gem]
[![Build Status](https://travis-ci.org/hecrj/rom-filesystem.svg?branch=master)][travis]
[![Dependency Status](https://gemnasium.com/hecrj/rom-filesystem.png)][gemnasium]
[![Code Climate](https://codeclimate.com/github/hecrj/rom-filesystem/badges/gpa.svg)][codeclimate]
[![Test Coverage](https://codeclimate.com/github/hecrj/rom-filesystem/badges/coverage.svg)][codeclimate]
[![Inline docs](http://inch-ci.org/github/hecrj/rom-filesystem.svg?branch=master)][inchpages]

Filesystem adapater for [Ruby Object Mapper](https://github.com/rom-rb/rom).

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'rom-filesystem'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install rom-filesystem

## License

See `LICENSE` file.