TODO: Write a gem description
Dependencies:
# Note that this might already be provided by the system os
brew install sqlite
To run during development, you will need to inlcude the lib folder at runtime.
mkdir ~/.bibles
ruby -I lib bin/bible install ~/Downloads/bible-xml-to-csv/nasb.csv nasb1995
ruby -I lib bin/bible read nasb1995
- Fork it ( https://github.com/[my-github-username]/bible/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request