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.
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.
For more examples and usage, please refer to the Wiki.
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
- 0.1.0
- Fisrt release
- 0.2.0
- Sync scrolling
- Bug fixes
- Improved text selection on click
Maintainer: Matheus Azevedo - @MatheusAzv
Capco Digital – @CapcoDigital – oss@capco.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/MatheusAze/
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