YAML::YAML2ADoc - Something like yaml2rst but for AsciiDoc and in Perl
use YAML::YAML2ADoc;
my $output_file = 'defaults.adoc';
my @input_files = ('defaults.yaml');
YAML::YAML2ADoc::run($output_file, \@input_files);
YAML::YAML2ADoc the module for yaml2adoc
. Please refer to the script
file for further information.
Bertalan Zoltán Péter bertalan.peter@bp99.eu
Copyright 2022- Bertalan Zoltán Péter
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.