Skip to main content
Home

Built and signed on GitHub Actions

Convert Scrapbox format to Re:VIEW format

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
88%
Published
a year ago (0.1.1)

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]
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fabon/sb2re

Import symbol

import * as sb_re from "@fabon/sb2re";
or

Import directly with a jsr specifier

import * as sb_re from "jsr:@fabon/sb2re";

Add Package

pnpm i jsr:@fabon/sb2re
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fabon/sb2re

Import symbol

import * as sb_re from "@fabon/sb2re";

Add Package

yarn add jsr:@fabon/sb2re
or (using Yarn 4.8 or older)
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";