rtf-to-bbcode
v1.0.1
Published
Converts RTF to bbcode, for posting to your favorite forum
Downloads
7
Readme
rtf-to-bbcode
Converts RTF to bbcode, for posting to your favorite forum
USAGE
$ npx rtf-to-bbcode my-file.rtf
The above will dump the RTF out to your screen, for copying and pasting.
$ npx rtf-to-bbcode my-file.rtf > my-file.bbcode
Or redirect as above to save to a file.