npm.io
1.0.1 • Published 8 years agoCLI

carbone-cli

Licence
MIT
Version
1.0.1
Deps
1
Size
3 kB
Vulns
1
Weekly
0
Stars
3

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