• Stars
    star
    177
  • Rank 209,092 (Top 5 %)
  • Language
    Clojure
  • Created almost 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Clojure[Script] source code diagrams

clograms

Clograms explore and document any Clojure or ClojureScript project by drawing diagrams.

Clograms tries to close the gap between code and diagrams by creating a diagram tool that is aware of your code.

Diagrams about your code can be helpful in lots of situations like reverse engeneering an unknown code base, document your project high level architecture or planning for a redesign.

Clograms tries to help with this tasks by combining the visualization capabilities of a diagram application with the navigation/exploration features of IDEs.

How does it look?

Features

  • Scan and index your lein and deps.edn projects
  • Draw diagrams by using your project entities (projects, namespaces, vars, specs, etc ...)
  • Draw shapes to document or explain any part of your system
  • Link your entities to express relations
  • Quickly search any system entity and add it to your diagram
  • Explore your system and all its dependencies using the project browser
  • Easily add more entities using clograms source code navigation
  • Quickly figure out multimethod implementations and functions specs
  • Any function x-references, protocols or multimethods is one click away
  • Identify uncalled funcitions in a library to help you discover its intended api
  • Re-frame aware, quickly explore your subscriptions, events, fxs and cofxs
  • Hot code reload, if you change any clj, cljs or cljc file in the project you are indexing, changes should flow to the UI auto-magically
  • Save and share your diagrams as .edn files

Can I see a demo?

Screencast coming, stay tuned!

Give it a try!

Clograms is available as a Maven artifact from Clojars.

The latest released version is: Clojars Project

Prerequisites

Index a Clojure project :

clj -Sforce -Sdeps '{:deps {com.github.jpmonettas/clograms {:mvn/version "RELEASE"}}}' -M -m clograms.server --platform clj clojure-project-folder

Index a ClojureScript project :

clj -Sforce -Sdeps '{:deps {com.github.jpmonettas/clograms {:mvn/version "RELEASE"}}}' -M -m clograms.server --platform cljs clojurescript-project-folder

When indexing finishes, point your browser to http://localhost:3000 and wait a little bit for it to load, it needs to transfer the entire index to the browser.

You can also run your browser in app mode like google-chrome --app=http://localhost:3000.

For all the supported options try :

clj -Sdeps '{:deps {com.github.jpmonettas/clograms {:mvn/version "RELEASE"}}}' -M -m clograms.server --help

Micro Manual

Search

You can add nodes to your diagram by using the top bar search. If you remember the name of a function, namespace, project, spec or whatever you can type it there. Once you select an option, the node will be added to the center of the diagram.

Nodes

There are multiple types of nodes you can use in your diagram. You can drag them from the right side bar. All nodes support at least the remove context menu option and they can be filtered by using the input at the top of the right side bar.

Multiple nodes can be selected by holding the CTRL key. When multiple nodes are selected, dragging will drag all selected nodes.

Currently supported nodes :

Shapes* : circle, rectangle, database, group and user

Source code nodes* : projects, namespaces, vars, specs, re-frame(events, subs, fxs, cofxs)

Shape Nodes

Shapes also support the Edit text context menu which you can use to change the shape label and are also resizable by dragging the bottom right corner.

Links

Links can be created by dragging from one node port to another node port.

Arrows direction can be changed by using the arrows controls at the top before creating a link.

Links also support label edition by using the Edit text context menu and can be removed like nodes.

Functions and Vars nodes

Clicking on any function call link will add another function node in front of it.

You can find function call references by using the Find references context menu. Double clicking on any funcition reference will automatically add a node behind it.

Discover interesting project things

You can right click on any project node and use the Find project protocols or Find project multimethods to discover protocols and multimethods inside any project.

You can also right click on any project and use the Find unreferenced functions to discover functions definitions that are not referenced inside the project. This is useful for two things, in libraries it helps to find what functions are intended to be called by users, while in non library projects can help identify unused functions.

Coloring

You can color nodes by project or namespace they belong to by using the context menu on any source code node. The current selected color will be used.

Saving your diagram

The current diagrams save functionality is not ideal but you can save and restore diagrams from edn files.

When you click the save button in the ui Clograms will create a diagram.edn file inside the folder you are running it from, and will read it every time you load the ui.

You can also save your diagram as a pdf file using the browser print functionality. It will hide all the toolbars so you can print only the diagram.

Developers info

Clograms is based on clindex a Clojure[Script] source code indexer.

Build UI

Prerequisites

cd clograms

make watch-ui # will start shadow-cljs and watch the ui, open your browser at http://localhost:9500/clograms.html

make watch-css # will watch garden files and build css files

Run it

You can index a project by runnning :

clj -m clograms.server some-project-folder clj # you can also use cljs to index clojurescript projects

Docs

You can find a diagram.edn file in this repo that documents some aspects of Clograms. It is also exported as pdf

Related work

  • The FC4 Framework A framework for authoring, publishing, and maintaining C4 software architecture diagrams.

Roadmap

Check here

More Repositories

1

flow-storm-debugger

A debugger for Clojure and ClojureScript with some unique features.
Clojure
498
star
2

clindex

A Clojure[Script] source code indexer
Clojure
114
star
3

inspectable

In the spec table
Clojure
71
star
4

old-flow-storm

Tracing companion library for the flow-storm-debugger
Clojure
62
star
5

magic-sheet

Create magic sheets to improve your Clojure[Script] repl experience.
Clojure
24
star
6

hansel

Instrument Clojure[Script] forms to trace it
Clojure
21
star
7

clj-tree-layout

A library for laying out tree nodes in 2D space for Clojure and ClojureScript.
Clojure
17
star
8

cider-storm

An emacs cider front-end for the FlowStorm debugger with support for Clojure and ClojureScript.
Emacs Lisp
16
star
9

pretty-spec

Pretty print clojure.spec forms
Clojure
15
star
10

reagent-flowgraph

A reagent component for laying out tree nodes in 2D space.
Clojure
11
star
11

smart-view

Visualize and explore your solidity smart contracts.
Clojure
10
star
12

shadow-flow-storm-basic

A basic template for using shadow-cljs with FlowStorm debugger
HTML
5
star
13

dotFiles

Personal dot files like .stumpwmrc, .emacs, etc.
Emacs Lisp
5
star
14

xray

Debugging tools for clojure
Clojure
5
star
15

web-extractor

Framework for parsing/extracting data from web pages into a more manageable format
Common Lisp
5
star
16

re-mount-module-browser

A re-frame applications browser
Clojure
3
star
17

elisp-utils

A collection of elisp utilities I use on my projects
Emacs Lisp
3
star
18

stumpish-notify

Small python and lisp programs to listen to thunderbird and pidgin notifications via Dbus and call stumpwm lisp functions using stumpish to notify unread emails and conversations
Common Lisp
1
star
19

events-pipes

Clojure
1
star
20

flow-stom-dart-debugging

A small template with instructions on how to use flow-storm to debug the ClojureDart compiler
1
star
21

emuland

Microcontrollers emulators in the browser
Clojure
1
star
22

london-meetup

Slides for the FlowStorm presentation of Londom Clojurians meetup group
Clojure
1
star
23

vision

Open cv object recognition with clojure
Clojure
1
star
24

clj-avr

AVR micros related stuff
Clojure
1
star
25

ganache-test

For reporting a ganache bug
JavaScript
1
star
26

clj-scraper

Clojure DSL for scraping html pages
Clojure
1
star
27

docker-flow-storm-basic

A basic template for trying docker and remote debugging with FlowStorm
Clojure
1
star
28

nrepl-flowstorm-debug

A minimal repo to debug nrepl and cider middleware using FlowStorm
Clojure
1
star