1.0.1 • Published 7 years ago
rtf-to-bbcode v1.0.1
rtf-to-bbcode
Converts RTF to bbcode, for posting to your favorite forum
USAGE
$ npx rtf-to-bbcode my-file.rtfThe above will dump the RTF out to your screen, for copying and pasting.
$ npx rtf-to-bbcode my-file.rtf > my-file.bbcodeOr redirect as above to save to a file.