puml
v1.0.1
Published
[![GitHub license](https://img.shields.io/badge/license-apache-2.0.svg)](https://github.com/imazzine/puml/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/puml.svg?style=flat)](https://www.npmjs.com/package/puml) [![Build Status](https://
Downloads
119
Readme
PUML
About
PUML is a NPM based PlantUML CLI wrapper. It was created to simplify installation process due to minimizing installation dependencies. PUML based on this solution with all knowen issues and limitations.
Installation
You should install puml
globally to make it works as a common CLI command:
npm install -g puml
Note that this is only working with Java 8, because of using J2V8 internally.
Usage
To display help message (with all possible options):
puml -h
or puml -help
To execute the GUI:
puml [options]
or puml [options] -gui
To process files or directories:
puml [options] [file/dir] [file/dir] [file/dir]