thedatahub / Datahub-Factory

Datahub::Factory - Transport metadata between Collection Management Systems and the Datahub
Other
2 stars 4 forks source link

Add App::Cmd support #2

Closed netsensei closed 7 years ago

netsensei commented 7 years ago

This wires in App::Cmd support for bootstrapping the command.

Here's how it works:

  1. Clone the repo
  2. Execute ./build && ./build install to install the module to your active Perl installation (either system or plenv)
  3. You can now run dhconveyor as a nice CLI command from anywhere.

Pull request contains:

Todo:

netsensei commented 7 years ago

Finished a first complete cycle of a separating the logger functionality from the "transport" command. This gives us a fully fledged app bootstrap.

Merging this in master so we can move on.