koadapt2html

1.0.56 • Public • Published

koadapt2html

Convert Adapt JSON to HTML.

Installation

Note: requires Node.js to be installed.

From the command line, run:

npm install -g koadapt2html

Usage

Command

  • Run this command inside a directory containing JSON files:
koadapt2html
  • HTML files will be created in an koadapt2html subdirectory.
  • Each HTML file may be opened in Word with headings formatted appropriately.

Rules

  • A JSON name/value pair will be included in the HTML if meets the following criteria:
  • Name doesn’t start with an underscore _
  • Value isn’t an empty string ""
  • Objects are checked recursively by default for accepted name/value pairs.
  • exceptions.json contains a blacklist and whitelist for exceptions to these rules.
  • To override the default exceptions.json, simply include a version of this file in your working directory.
  • Objects may be added to the blacklist with the syntax <objectName>.*

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i koadapt2html

    Weekly Downloads

    2

    Version

    1.0.56

    License

    GPL-3.0

    Last publish

    Collaborators

    • simondate