carbone-cli
v1.0.1
Published
Command line interface for Carbone.io
Downloads
4
Readme
Carbone CLI - Command line interface for Carbone.io
Install
npm install -g carbon-cliUsage
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.docxwill generate output.docx from template.docx and data.json
