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
- Host: GitHub
- URL: https://github.com/hecrj/rom-filesystem
- Owner: hecrj
- License: mit
- Created: 2016-01-31T18:45:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T20:37:37.000Z (about 9 years ago)
- Last Synced: 2025-02-11T13:30:28.145Z (3 months ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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]
[][travis]
[][gemnasium]
[][codeclimate]
[][codeclimate]
[][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.