nvinayshetty / StateArts

Intellij plugin that creates state machine diagram from state machine
Apache License 2.0
90 stars 3 forks source link
intellij-plugin made-of-code state-machine state-of-the-art

StateArts

Intellij / Android Studio plugin that creates state machine diagram from state machine. The Art of states

How to install?

Make sure you have graphviz installed

This plugin works based on a opensource command line tool called Graphviz. Make sure Graphviz in installed on your path

State machine line marker

Create state diagram in a click

State and Arts

How it works?

Here is a detailed Medium Post

FAQ:

  1. How can I help?

    • Keep the :star: shining and spirit high: Add your review and ratings at Intellij plugin repository
    • Submit PR
    • Create feature requests/ report issues
  2. How to make sure graphviz is properly installed?
    Run dot -V from your termninal you should see some output which looks similar to this
    dot - graphviz version 2.40.1 (20161225.0304)