@vivliostyle/cli

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

build

yarn clean && run-s build:*

build:vendors

node vendors/build.js

build:cli

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

generate:schema

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

clean

shx rm -rf dist tmp

dev

run-p dev:*

dev:vendors

node vendors/build.js -w

dev:cli

tsc -w --preserveWatchOutput

example

yarn --cwd example build

pretest

playwright-core install chromium

release

release-it

release:pre

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

test

vitest run --coverage
npm i @vivliostyle/cli

Metadata

Downloads