Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 588 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 588 Bytes

sb2re

JSR

Convert Scrapbox format to Re:VIEW format

Installation

deno install --global --allow-read --allow-write --name sb2re jsr:@fabon/sb2re/cli

Alternatively, you can also run the CLI command without installation.

# run without installation
deno run --allow-read --allow-write jsr:@fabon/sb2re/cli input out.re

Usage

sb2re [args...]
# help
sb2re --help

# convertion
cat input | sb2re [options] > out.re
sb2re input [options] > out.re
sb2re input out.re [options]