Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dod38fr/config-model-backend-yaml
Enable cme and Config::Model to read or write YAML configuration files
https://github.com/dod38fr/config-model-backend-yaml
Last synced: 2 days ago
JSON representation
Enable cme and Config::Model to read or write YAML configuration files
- Host: GitHub
- URL: https://github.com/dod38fr/config-model-backend-yaml
- Owner: dod38fr
- Created: 2018-11-27T19:04:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-22T17:44:31.000Z (almost 4 years ago)
- Last Synced: 2025-01-02T23:57:15.001Z (6 days ago)
- Language: Perl
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
[![](https://travis-ci.org/dod38fr/config-model-backend-yaml.svg?branch=master)](https://travis-ci.org/dod38fr/config-model-backend-yaml)
# config-model-backend-yaml
YAML read/write plugin for [Config::Model](https://github.com/dod38fr/config-model/wiki)
## Description
A plugin to let [cme](https://metacpan.org/pod/distribution/App-Cme/bin/cme)
and [Config::Model](https://github.com/dod38fr/config-model/wiki)
read and write Yaml files.## Usage
Once this module is installed, you can modify a model to specify a
`YAML` backend, either with
[cme meta edit](https://github.com/dod38fr/config-model/wiki/How-to-add-a-new-parameter-to-an-existing-model)
or using Perl code. See the example in
[Config::Model::BackendMgr synopsis](https://metacpan.org/pod/Config::Model::BackendMgr#SYNOPSIS)## Installation
### Debian, Ubuntu
Run:
apt install cme libconfig-model-backend-yaml-perl
### Others
You can also install this project from CPAN:
cpanm install App::Cme
cpanm install Config::Model::Backend::Yaml### From GitHub
You may also follow these [instructions](README-build-from-git.md) to install and build from git.
## Problems ?
Please report any issue on https://github.com/dod38fr/config-model-backend-yaml/issues
## More information
* [Using cme](https://github.com/dod38fr/config-model/wiki/Using-cme)
* An example that shows how to [update a model](https://github.com/dod38fr/config-model/wiki/How-to-add-a-new-parameter-to-an-existing-model)