All Projects → bensu → asterion

bensu / asterion

Licence: other
Make and explore dependency graphs for Clojure(Script) projects.

Programming Languages

CSS
56736 projects
clojure
4091 projects
javascript
184084 projects - #8 most used programming language
NSIS
403 projects
shell
77523 projects
HTML
75241 projects
Batchfile
5799 projects

Asterion

Make and explore dependency graphs for Clojure(Script) projects.

La casa es del tamaño del mundo; mejor dicho, es el mundo.

Asterion will run tools.namespace against your project sources, generate a dependency graph, and then graph it using something similar to graphviz. To get your project sources, it will try to parse your project.clj and if that works, the graph is displayed, you can navigate it (zoom), filter out namespaces by their names, and highlight namespaces that contain a certain word in their file (full text search with grep).

Here is an initial demo. and

Usage

Asterion is currently structured as a webapp, we'll see how it can be packaged in the future. You can try it here

To use it locally:

# Compile ClojureScript
lein cljsbuild once production
# Start the server
lein ring server

Developing

Special Requirements

First install an experimental version of tools.namespace:

https://github.com/bensu/tools.namespace
cd tools.namespace
git checkout node
mvn install

If it worked, you should have a 0.3.19-SNAPSHOT folder under:

ls ~/.m2/repository/org/clojure/tools.namespace/

With tools.namespace installed you can start the Electron app as usual.

Development mode

Start the figwheel server:

lein figwheel

If you are on OSX/Linux and have rlwrap installed, you can start the figwheel server with:

rlwrap lein figwheel

This will give better readline support.

More about figwheel here.

Dependencies

Node dependencies are in package.json file. Bower dependencies are in bower.json file. Clojure/ClojureScript dependencies are in project.clj.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].