skaile-cli
v0.40.2
Published
Run the Skaile CLI via `npx skaile-cli` — thin wrapper around @skaile/workspaces
Maintainers
Readme
skaile-cli
Thin wrapper that makes the Skaile CLI runnable through npx:
npx skaile-cli install @admin/[email protected]
npx skaile-cli --helpIt depends on @skaile/workspaces (which ships the actual CLI) and forwards
all arguments to its skaile binary. Versions are kept in lockstep with
@skaile/workspaces via Changesets fixed groups.
When installed (locally or globally), both skaile-cli and skaile are
exposed as commands — skaile-cli exists to give npx a name to resolve,
while skaile is the canonical CLI name once it's on your $PATH.
If you are already using @skaile/workspaces directly (e.g. as a project
dependency), call its CLI through bunx @skaile/workspaces or
npx -p @skaile/workspaces skaile instead — this package exists solely to
expose the short npx-able form.
Naming note. The shorter package name
skaileis currently blocked by npm's name-similarity policy (too close tosails). We have requested a manual override from npm Support. If granted, this package will be deprecated and republished asskaile.
License
Apache-2.0
