0.1.17 • Published 2 years ago

@yumdocs/yumdocs-cli v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

yumdocs-cli

A command line interface for Yumdocs, a template engine for Word, PowerPoint and Excel.

Yumdocs Animation

Documentation

Yumdocs is fully documented at https://dev.yumdocs.com.

License and Copyright

This project is MIT Licensed like its 3rd party components:

Copyright (c) 2022 - Jacques L. Chereau. All rights reserved.

Quick Start

Prerequisites

Download and install nodeJS v16+ from https://nodejs.org/.

Installation

Open a terminal window and run:

npm i -g @yumdocs/yumdocs-cli

Getting started

1) Create a Word document named input.docx, type {{field}} and save it in the project directory.

2) In the same project directory, create a file named data.json, and copy-paste:

{
  "field": "Anything you see fit"
}

3) Open a terminal window in the project directory and run yumdocs input.docx data.json output.docx.

4) output.docx has been generated and the {{field}} placeholder has been replaced with Anything you see fit.

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago