- fs-plus@^2.0.0
- js-beautify@^1.5.10
- node-plantuml@^0.8.1
- atom-space-pen-views@^2.0.3
PlantUML Toolkit
Everything you need to design UML diagrams using Atom editor
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
apmwas 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 – @CapcoDigital – oss@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:
- Fork it (https://github.com/MatheusAze/plantuml-toolkit/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request