Skip to content

proapi/airhelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airhelp

Test command line tool to parse CSV files, checking for ICAO and IATA codes.

Installation

Install it from command line:

$ gem install airhelp

Runtime Dependencies

  • Ruby 1.9.3
  • RubyGems

Development Dependencies

  • Bundler
  • Thor
  • ActiveModel

Usage

Basic usage:

$ airhelp convert input.csv output.csv
$ airhelp convert input.csv output.csv --errors errors.csv

General help:

$ airhelp help

Command help:

$ airhelp help convert

Sample data in csv:

Download: data.csv

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages