chengcyber / pnpm-workspace-graph

A visualizer let you display pnpm workspace graph
MIT License
47 stars 3 forks source link

pass `--filter` options to the CLI directly #10

Open MatthijsKok opened 1 month ago

MatthijsKok commented 1 month ago

Hey there! Love using your package, thank you for creating it. Our team uses it to visualize and reason about our workspace together. We would love to be able to pass the --filter parameters to it directly, e.g. pnpm-workspace-graph --filter=!basic-example. That would make it very easy for us to have an pnpm script with our "default filters" already applied. I'm willing to contribute to this package to add this functionality if you would like. Let me know if you think this is a good feature to have or not!

chengcyber commented 1 month ago

Hi @MatthijsKok , welcome! I am excited to have you contributing this feature!