Skip to content

resolves #14 use npx to manage the download, install, and invocation of Antora

  • introduce two modes: npx and local
  • if npx, work entirely out of the cache
  • if local, run npm ci if package-lock.json is present, npm i otherwise
  • silence notice and warning messages
  • generate lockfile version 3

Merge request reports