Skip to content

fabon-f/sb2re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Convert Scrapbox format to Re:VIEW format

Resources

License

Stars

Watchers

Forks

Packages

No packages published