antoine-coulon/skott

Ship a bundled and standalone version of skott's cli

Opened this issue ยท 4 comments

@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/* ?

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

I like the idea. Looking forward for that ๐Ÿ‘๐Ÿฝ

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