Skip to content

codesections/pod-weave

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Actions Status

NAME

Pod::Weave - Weave documentation from Raku source

SYNOPSIS

Installation (assuming you already have Raku and zef installed):

zef install Pod::Weave

You can use Pod::Weave via it's command-line tool, pod-weave

pod-weave source.raku > woven.md

DESCRIPTION

Pod::Weave renders documentation from Raku source files. The documentation consists of formatted pod blocks interwoven with formatted code blocks containing all of the source code from the Raku file. The goal of doing so is to support basic literate programming in Raku. You can use Pod::Weave to generate any of the output formats located in the Pod::Weave::To module.

For additional details, please see the announcement blog post: www.codesections.com/blog/weaving-raku.

AUTHOR

codesections daniel@codesections.com

COPYRIGHT AND LICENSE

ⓒ 2020 Daniel Sockwell

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

About

Weave documentation from Raku source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages