Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fabon-f/sb2reConvert Scrapbox format to Re:VIEW format
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
88%
Published
a year ago (0.1.1)
sb2re
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]
Built and signed on
GitHub Actions
Add Package
deno add jsr:@fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";
Import directly with a jsr specifier
import * as sb_re from "jsr:@fabon/sb2re";
Add Package
pnpm i jsr:@fabon/sb2re
pnpm dlx jsr add @fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";
Add Package
yarn add jsr:@fabon/sb2re
yarn dlx jsr add @fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";
Add Package
vlt install jsr:@fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";
Add Package
npx jsr add @fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";
Add Package
bunx jsr add @fabon/sb2re
Import symbol
import * as sb_re from "@fabon/sb2re";