MatheusAze / plantuml-toolkit

PlantUML Atom package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlantUML Toolkit

Everything you need to design UML diagrams using Atom editor

NPM Version Build Status Downloads Stats

PlantUML Toolkit (plantuml-toolkit) is an Atom's package with all the tools you need to easily design, code, preview and generate UML diagrams using PlantUML.

It's a fork of plantuml-preview with syntax highlighting rules from language-plantuml, automatic configuration of plantuml's jar from node-plantuml and a lot of new features.

Installation

Using Atom:

1. In Atom's settings select `Install`
2. Search for `plantuml-toolkit`
3. Click on 'Install'

Using command line:

apm install plantuml-toolkit

If the apm was not found by your command prompt/terminal, please visit Atom's installation guide and follow the instructions to install it.

Usage example

For more examples and usage, please refer to the Wiki.

Development setup

1. Checkout plantuml-toolkit's repository under %ATOM_HOME%/packages
2. Using your command line tool navigate to %ATOM_HOME%/packages
3. Execute the following command:
    npm install

Release History

  • 0.1.0
    • Fisrt release
  • 0.2.0
    • Sync scrolling
    • Bug fixes
    • Improved text selection on click

Meta

Maintainer: Matheus Azevedo - @MatheusAzv

Capco Digital@CapcoDigitaloss@capco.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/MatheusAze/

Contributing

First read the contribution guidelines at [[CONTRIBUTING]]

Then:

  1. Fork it (https://github.com/MatheusAze/plantuml-toolkit/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

PlantUML Atom package

License:Other


Languages

Language:CoffeeScript 86.5%Language:CSS 8.9%Language:JavaScript 4.6%