Skip to content

Extracting sourcecode

cabo edited this page Sep 20, 2024 · 2 revisions

TODO

TLDR: Download the RFCXML document. Do a

kramdown-rfc-extract-sourcecode -tfiles rfx9180.xml

and behold the directory

sourcecode

it created with the snippets sorted in by type.

Usage: kramdown-rfc-extract-sourcecode [options] document.xml
    -t, --to=FMT                     Target format ["list", "files", "zip", "yaml"]
    -d, --dir=DIR                    Target directory (default: sourcecode)
    -f, --[no-]unfold                RFC8792-unfold (default: yes)
exit
Clone this wiki locally