@vivliostyle/cli

v5.0.1
Save the pdf file via headless browser and Vivliostyle.
vivliostyle

dev

run-p dev:*

test

jest --coverage

build

yarn clean && run-p build:*

clean

shx rm -rf dist tmp

dev:cli

tsc -w --preserveWatchOutput

example

yarn --cwd example build

pretest

yarn build && playwright install chromium

release

release-it

build:cli

tsc && shx chmod +x dist/cli.js

postinstall

patch-package

release:pre

release-it --preRelease --npm.tag=next

generate:schema

run-p generate:schema:*

generate:schema:pubManifest

json2ts -i src/schema/pubManifest/publication.schema.json -o src/schema/publication.schema.ts --cwd src/schema/pubManifest

generate:schema:vivliostyleConfig

json2ts -i src/schema/vivliostyle/vivliostyleConfig.schema.json -o src/schema/vivliostyleConfig.schema.ts --cwd src/schema/vivliostyle
npm i @vivliostyle/[email protected]

Metadata

Downloads