antoine-coulon / skott

All-in-one devtool to automatically analyze, search and visualize project modules and dependencies from JavaScript, TypeScript (JSX/TSX) and Node.js (ES6, CommonJS)
MIT License
643 stars 25 forks source link

Ship a bundled and standalone version of skott's cli #144

Open antoine-coulon opened 6 months ago

antoine-coulon commented 6 months ago

Given: https://discord.com/channels/795981131316985866/1210697361538682880/1211613273263185961

Let's find out!

RobinTail commented 2 months ago

@antoine-coulon , is it possible to have the CLI-only tool for CI, in order to run a command like this:

skott --showCircularDependencies --displayMode=raw -nit

but without installing redundant GUI-related dependencies like parcel and @vue/* ?

antoine-coulon commented 2 months ago

Hello @RobinTail

Initially the idea was to publish a bundled version of skott that would be useful in the context of a CI only (restrictions and no API access). If I publish a version of skott bundled, then "skott-cli" or whatever its name would be the only package to install (no transitive dependencies) hence would be faster to install

RobinTail commented 2 months ago

I like the idea. Looking forward for that 👍🏽

antoine-coulon commented 2 months ago

@RobinTail glad to hear that, I'll keep you updated :)