Concept2 Data Parser
Compiles a 2K or 6K erg test 500m splits spreadsheet from Concept2 stroke data files
Installation
Install it yourself as:
$ gem install concept2-data-parser
Usage
$ concept2-parser <stroke-data-file.txt>
Development
- Error handling with bad files
Contributing
- Fork it ( https://github.com/hpoydar/concept2-data-parser/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