Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 428 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 428 Bytes

Carbone CLI - Command line interface for Carbone.io

Install

npm install -g carbon-cli

Usage

carbone-cli [input-file] [data-file] [output-file]

where

  • [input-file] is a docx template
  • [data-file] is a json file
  • [output-file] is the result docx document

e.g,

carbone-cli template.docx data.json output.docx

will generate output.docx from template.docx and data.json