1.2.0 • Published 4 years ago

png-to-puml v1.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

Overview

A cli tool to convert png images to Plant UML icons

How To Use

  • install the tool from npm
    npm i -g png-to-puml
  • Run the CLI in same path of where you have the png file and pass it as an argument

    png-to-puml my-image.png

    The tool will generate the puml file at same path

  • If you have a folder that has multiple PNG files and want to convert all of them at once, go to the folder in your terminal and execute the command

    png-to-puml-folder

    it will scan the current directory, take all PNGs in it and convert them puml

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago