An open API service indexing awesome lists of open source software.

https://github.com/biosails/hpc-runner-utils-manyconfigs


https://github.com/biosails/hpc-runner-utils-manyconfigs

hpc workflow-management

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# NAME

HPC::Runner::Command::Utils::ManyConfigs - Load many layered configs

# SYNOPSIS

use Moose;
with 'HPC::Runner::Command::Utils::ManyConfigs';

#Specify search_paths with --search_path
#Specify config base with --config_base

# DESCRIPTION

HPC::Runner::Command::Utils::ManyConfigs are just some helper utilities to make it easier to layer config files

It is in the HPC::Runner::Command namespace, but it is meant to be portable for any MooseX::App.

# AUTHOR

Jillian Rowe

# COPYRIGHT

Copyright 2017- Jillian Rowe

# LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# SEE ALSO