@vivliostyle/cli

v8.5.0
Save the pdf file via headless browser and Vivliostyle.
vivliostyle

dev

run-p dev:*

test

vitest run --coverage

build

yarn clean && run-s build:*

clean

shx rm -rf dist tmp

dev:cli

tsc -w --preserveWatchOutput

example

yarn --cwd example build

pretest

playwright-core install chromium

release

release-it

build:cli

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

dev:vendors

node vendors/build.js -w

release:pre

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

build:vendors

node vendors/build.js

generate:schema

run-p generate:schema:*

generate:schema:pubManifest

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

generate:schema:vivliostyleConfig

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

Metadata

Downloads