0.1.0 • Published 8 months ago

xmlim v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

xmlim (pronounced ex-em-el-im) is a CLI for generating diagrams of XML documents. XML is hierarchical, so a tree diagram is well suited for representing the structure of an XML document.

Example Diagram

Given the following XML:

<A>
  <B name="1">
    <C />
  </B>
  <B name="first_second_third_worst"/>
</A>

This diagram is generated:

example_diagram

Usage

$ npm install -g xmlim
$ xmlim COMMAND
running command...
$ xmlim (--version)
xmlim/0.1.0 linux-x64 node-v18.15.0
$ xmlim --help [COMMAND]
USAGE
  $ xmlim COMMAND
...

Commands

The xmlim CLI contains top level commands for basic usage and nested commands grouped by topic for additional functionality. The main command is xmlim gen and additional functionality is nested under the xmlim watch command.

Command Topics

Credits