StateArts
Introduction: Intellij plugin that creates state machine diagram from state machine
Tags:
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 pathInstall graphviz on mac using brew
brew install graphvizInstall graphviz on ubuntu/linux based system
sudo apt-get install graphvizInstall graphviz on windows Use the windows graphviz installer
Android Studio
Goto `File > Preferences/Settings > plugins >Browse Repositorie > Search for "State Art" > Install and Restart`Intellij
Goto `File > Preferences/Settings > plugins >Market Place > Search for "State Art" > Install and Restart`
State machine line marker
Create state diagram in a click
State and Arts
How it works?
Here is a detailed Medium Post
FAQ:
- 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
- How to make sure graphviz is properly installed?
Run
dot -Vfrom your termninal you should see some output which looks similar to thisdot - graphviz version 2.40.1 (20161225.0304)
