Awesome
<h1>StateArts</h1> <img src="https://github.com/nvinayshetty/StateArts/blob/master/gifs/s.png"/> Intellij / Android Studio plugin that creates state machine diagram from state machine. The Art of states
<H2>How to install?</H2> <H3>Make sure you have graphviz installed</h3> This plugin works based on a opensource command line tool called Graphviz. Make sure Graphviz in installed on your path-
Install graphviz on mac using brew</br>
brew install graphviz
-
Install graphviz on ubuntu/linux based system</br>
sudo apt-get install graphviz
-
Install graphviz on windows Use the windows graphviz installer
- <H3>Android Studio</H3>
Goto File > Preferences/Settings > plugins >Browse Repositorie > Search for "State Art" > Install and Restart
- <H3>Intellij</H3>
Goto File > Preferences/Settings > plugins >Market Place > Search for "State Art" > Install and Restart
Here is a detailed Medium Post
FAQ:</br>
- 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?</br>
Run
dot -V
from your termninal you should see some output which looks similar to this</br>dot - graphviz version 2.40.1 (20161225.0304)