Convert Supreme Court Data Base Comma-Separated Value (CSV) files into YAML
Install the gem in the usual way:
$ gem install SCDBtoYAML
The gem will install a script for command line use:
$ SCDBtoYAML help
- Fork it
- 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 new Pull Request