pahen / madge

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

glob cli <src...> parameters #388

Open pdugas opened 11 months ago

pdugas commented 11 months ago

Can't rely on the shell npm uses to support globbing so I can't have a script that runs something like madge src/**/*.js. Could madge process the glob for me so madge 'src/**/*.js' would work?

This idea was rejected in #252 where the API was being considered, not the CLI.