Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 659 Bytes

File metadata and controls

36 lines (24 loc) · 659 Bytes

PseudoDb

TODO

Installation

Using specific_install:

gem install specific_install
gem specific_install -l https://github.com/amleaver/pseudo_db.git

Or build and install from source:

git clone https://github.com/amleaver/pseudo_db.git
cd pseudo_db && gem build pseudo_db.gemspec
gem install pseudo_db*gem

Usage

TODO

Development

TODO

Contributing

  1. Fork it ( https://github.com/amleaver/pseudo_db/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request