Le samedi 19 mars 2022 à 10:58 +0000, dsm...@roadrunner.com a écrit :
> > From: "Jérémy Korwin-Zmijowski" 
> > 
>  > I would like to visualize all the modules a given module depend
> on.
> > 
> > How do you achieve that ?
> > 
>  > Any existing tool ?
> 
> Maybe this from the guile sources: module/scripts/use2dot.scm
> 
> -Dale
> 

Hello Dale,

I explored this a bit and I got what I wanted with this command line :

   guile -L . -c '(use-modules (scripts use2dot) (ynm-core entities))
   (use2dot "ynm-core/adapters.scm")' | xdot -

Thank you !

Jérémy

Reply via email to