pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
8.9k stars 317 forks source link

[Proposal] Oneliner with docker #302

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @pahen,

Thanks for this awesome project. I wanted to share that I have package Madge into a docker image to run it without installation.

docker run --rm -v "$(pwd):/app" savadenn/madge madge --extensions ts --image dependencies.g.svg --ts-config tsconfig.json ./src

Source are here

I'm not familiar with github CI but I can give it a go. Do you want a try at this ?

PabloLION commented 1 year ago

I'm not sure what is needed here, maybe add it to README of this repo?