8000 GitHub - bzp99/p5-YAML-YAML2ADoc: Something like yaml2rst but for AsciiDoc and in Perl
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bzp99/p5-YAML-YAML2ADoc

8000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

YAML::YAML2ADoc - Something like yaml2rst but for AsciiDoc and in Perl

SYNOPSIS

use YAML::YAML2ADoc;

my $output_file = 'defaults.adoc';
my @input_files = ('defaults.yaml');
YAML::YAML2ADoc::run($output_file, \@input_files);

DESCRIPTION

YAML::YAML2ADoc the module for yaml2adoc. Please refer to the script file for further information.

AUTHOR

Bertalan Zoltán Péter bertalan.peter@bp99.eu

COPYRIGHT

Copyright 2022- Bertalan Zoltán Péter

LICENSE

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

SEE ALSO

About

Something like yaml2rst but for AsciiDoc and in Perl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0