pod2github - Make pretty GitHub readmes from your POD

Synopsis

$ pod2github lib/Foo/Bar.pm > README.md

Description

This program converts your POD into Markdown, with GitHub-specific formatting of source code. Because your project's README.md probably diverges from your POD, pod2github offers various other functions:

Options

Yaml Configuration

Instead of passing command line arguments, configuration can be loaded from a file named pod2gitub.yaml (or .yml; optionally preceded with a single dot). Or from any other file via the --config-file option.

The YAML document should contain a top-level dictionary mapping keys to values. Keys may use either underscores or dashes. For binary options, use a value of 0/1.

An example configuration:

input: lib/Pod/Github.pm
output: README.md
inline: NAME

Author

Richard Harris richardharris@gmail.com

However the hard work is done by Pod::Markdown by Randy Stauner.

This software is copyright (c) 2017 Richard Harris.

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