You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

puml

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puml

[![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://

1.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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]

Keywords

PlantUML

FAQs

Package last updated on 25 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts