Use npm to make the command available on your machine. After that, running conversions stays simple for any markdown file.
Installnpm install -g nexo-md-to-pdf-cliOFFICIAL CLI
The official CLI sends conversions to the hosted NEXO API, keeping layout, free-mode limits, and usage counting centralized in the backend.
CLI
The first CLI version focuses on markdown, optional logo, and a saved local default logo. Attachment-heavy workflows are still better handled in the web app.
Use npm to make the command available on your machine. After that, running conversions stays simple for any markdown file.
Installnpm install -g nexo-md-to-pdf-cliEach `.md` becomes its own conversion job. That makes local automation, scripts, and CI routines easier without mixing files in the same command.
Usagenexo release-summary.mdBatchnexo a.md b.md --output-dir ./pdfsIf you always use the same brand asset, configure it once in the CLI. After that, plain `nexo file.md` conversions automatically reuse that branding by default.
Saved brandingnexo config set-logo ./brand.svg --logo-tone lightConfignexo config showScope
Because the CLI uses nexo.speck-solutions.com.br/api/free/convert, usage keeps being counted in Supabase and the backend distinguishes WEBSITE and CLI.