JSPM

  • Created
  • Published
  • Downloads 110
  • Score
    100M100P100Q52276F
  • License MIT

Comand line bbcode parser

Package Exports

  • @bbob/cli

Readme

@bbob/cli

install size Known Vulnerabilities

Converts bbcode string to html

npm i -g @bbob/cli
echo "[i]Text[/i]" | bbob

# prints
<span style="font-style: italic;">Text</span>