Ship a bundled and standalone version of skott's cli
Opened this issue ยท 4 comments
Given: https://discord.com/channels/795981131316985866/1210697361538682880/1211613273263185961
Let's find out!
@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 :)