contentful-plantuml-generator

0.2.0 • Public • Published

Contentful PlantUML generator

Quickly get an overview of a Contentful space.

Usage

contentful-plantuml-generator ${SPACE_ID} ${CONTENT_MANAGEMENT_TOKEN} \
  | plantuml -pipe -tsvg \
  > my-diagram.svg

Info

This tool generates a class diagram based on a Contentful space. It fetches the Contentful "Content Model" of a specified space and then converts this to PlantUML syntax. You can then generate a diagram using the PlantUML CLI.

It's pretty MVP. So there might be cases where the script fails.

Requirements

Installation

npm i -g contentful-plantuml-generator

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i contentful-plantuml-generator

    Weekly Downloads

    1

    Version

    0.2.0

    License

    ISC

    Unpacked Size

    6.15 kB

    Total Files

    5

    Last publish

    Collaborators

    • kriegslustig