Skip to content

Instantly share code, notes, and snippets.

@afomi
Created January 6, 2015 05:41
Show Gist options
  • Save afomi/91f243d931f5db25b533 to your computer and use it in GitHub Desktop.
Save afomi/91f243d931f5db25b533 to your computer and use it in GitHub Desktop.
Graphviz: Preparing to Code
<script type="text/vnd.graphviz" id="graphviz">
digraph G {
cd_to_a_project ->
open_sublime ->
open_github ->
rails_s ->
mongod
update_a_file_in_a_chrome_extension_repo ->
grunt_build ->
load_extension_into_chrome ->
inspect_extension_with_chrome_dev_tools
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment