Skip to content

ctracey/lp_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LP Batch Processor

This gem is executable.

  • Reads in a XML file with destination content.
  • Reads in a XML file with destination taxonomy definition.
  • Saves all generated files to ./output directory

Run this command to learn more

bundle exec rake -T

Dependencies

This gem is built using Ruby 2.0.0. Run this command to install dependencies

bundle install

Running the specs

Run this command to run all the specs

bundle exec rake spec

Building

The ci task runs the automated tests, builds the gem and installs the gem locally

bundle exec rake ci

Running the batch processor

After you have built and installed the gem you can run the batch processor

Help

Run this command to get help

batch_processor -h

Example:

batch_processor spec/fixtures/destinations.xml spec/fixtures/taxonomy.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors