Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelp-framework/module-config-yaml

Configure Kelp in YAML
https://github.com/kelp-framework/module-config-yaml

hacktoberfest perl perl-kelp

Last synced: 16 days ago
JSON representation

Configure Kelp in YAML

Awesome Lists containing this project

README

        

# NAME

Kelp::Module::Config::YAML - YAML config files for your Kelp app

# SYNOPSIS

```perl
# app.psgi
use MyApp;

my $app = MyApp->new( config_module => 'Config::YAML' );
$app->run;
```

# SEE ALSO

[Kelp](http://search.cpan.org/perldoc?Kelp), [Kelp::Module](http://search.cpan.org/perldoc?Kelp::Module), [Kelp::Module::Config](http://search.cpan.org/perldoc?Kelp::Module::Config)

# AUTHOR

Stefan Geneshky [email protected]

# LICENSE

Perl