1.0.1 • Published 5 years ago

puml v1.0.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

PUML

GitHub license npm version Build Status Coverage Status

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]

1.0.1

5 years ago

1.0.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago