Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kelp-framework/module-config-yaml
- Owner: Kelp-framework
- Created: 2013-04-12T21:29:15.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T05:59:55.000Z (7 months ago)
- Last Synced: 2024-11-12T16:33:52.687Z (3 months ago)
- Topics: hacktoberfest, perl, perl-kelp
- Language: Perl
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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