buren/honey_format

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.hound.yml
.rspec
.rubocop.yml
.ruby-style-guide.yml
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/benchmark
bin/console
bin/setup
examples/cli_example.bash
exe/honey_format
honey_format.gemspec
examples/anonymize_csv.rb39
examples/blank_csv_header_columns.rb13
examples/complete_example.rb46
A
20 mins
examples/convert_values.rb20
A
20 mins
examples/delimiters_and_quote_chars.rb14
examples/filtered_csv.rb17
examples/header_csv_error.rb20
examples/header_deduplication.rb12
examples/import_users.rb37
examples/no_csv_header.rb12
examples/type_map.rb41
lib/honey_format.rb26
lib/honey_format/cli/benchmark_cli.rb87
A
2 hrs
lib/honey_format/cli/cli.rb85
A
2 hrs
lib/honey_format/cli/result_writer.rb19
lib/honey_format/configuration.rb63
lib/honey_format/converters/convert_boolean.rb17
lib/honey_format/converters/convert_date_and_time.rb20
lib/honey_format/converters/convert_number.rb20
lib/honey_format/converters/convert_string.rb24
lib/honey_format/converters/converters.rb38
lib/honey_format/converters/header_column_converter.rb46
lib/honey_format/csv.rb37
lib/honey_format/errors.rb15
lib/honey_format/helpers/helpers.rb24
A
35 mins
lib/honey_format/matrix.rb5
lib/honey_format/matrix/header.rb106
A
25 mins
lib/honey_format/matrix/matrix.rb41
lib/honey_format/matrix/row.rb29
lib/honey_format/matrix/row_builder.rb42
lib/honey_format/matrix/rows.rb64
lib/honey_format/registry.rb53