0.2.0 • Published 6 years ago

contentful-plantuml-generator v0.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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
0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago