README.md in getapp-0.1.0 vs README.md in getapp-0.1.1

- old
+ new

@@ -1,11 +1,9 @@ # Getapp -Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/getapp`. To experiment with that code, run `bin/console` for an interactive prompt. +Update product inventory of SaaS products from several sources. Each source provides its content to us in a different format. Below is the command line script used to import the products from different sources. -TODO: Delete this and the text above, and describe your gem - ## Installation Add this line to your application's Gemfile: ```ruby @@ -20,10 +18,18 @@ $ gem install getapp ## Usage -TODO: Write usage instructions here + getapp_import capterra feed-products/capterra.yaml + + importing: Name: "GitHub"; Categories: Bugs & Issue Tracking, Development Tools; Twitter: @github + importing: Name: "Slack"; Categories: Instant Messaging & Chat, Web Collaboration, Productivity; Twitter: @slackhq + ... + + getapp_import softwareadvice feed-products/softwareadvice.json + +Currently, supported products imports from capterra and softwareadvice. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.