# @svelte-compose/cli

> > This is the main cli for [svelte-compose](https://svelte-compose.com) and is used to add different tools to your svelte/kit project.

Latest version **2.1.1** (published 2024-04-30) · 0 weekly downloads

## Install

```sh
npm install @svelte-compose/cli
pnpm add @svelte-compose/cli
yarn add @svelte-compose/cli
bun add @svelte-compose/cli
```

Provides the command `cli`.

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.1.1 |
| Published | 2024-04-30 |
| First published | 2024-03-18 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | manuel3108 |

## Links

- npm: https://www.npmjs.com/package/@svelte-compose/cli
- npm.io page: https://npm.io/package/@svelte-compose/cli

## Dependencies (1)

- [@svelte-compose/core](https://npm.io/package/@svelte-compose/core.md) 0.3.1

## Recent versions

- 2.1.1 (latest) — 2024-04-30
- 2.1.0 — 2024-04-20
- 2.0.4 — 2024-04-15
- 2.0.3 — 2024-04-14
- 2.0.2 — 2024-04-07
- 2.0.1 — 2024-04-06
- 2.0.0 — 2024-04-05
- 1.0.2 — 2024-04-05
- 1.0.1 — 2024-04-05
- 1.0.0 — 2024-04-05
- 0.1.16 — 2024-04-01
- 0.1.15 — 2024-04-01
- 0.1.14 — 2024-03-31
- 0.1.13 — 2024-03-31
- 0.1.12 — 2024-03-31
- … 12 more at https://npm.io/package/@svelte-compose/cli/versions

## README

# @svelte-compose/cli

> This is the main cli for [svelte-compose](https://svelte-compose.com) and is used to add different tools to your svelte/kit project.

You can find all available composers and their respective options on [this site](https://svelte-compose.com/composer/bootstrap). We will only provide a short breakdown of the cli features here.

Basic usage (fully interactive)

```sh
npx @svelte-compose/cli@latest
```

In case you already have a directory in mind, you can use this:

```sh
npx @svelte-compose/cli@latest --path ./your-project
```

If you want to install multiple composers at once, you can use this command:

```sh
npx @svelte-compose/cli@latest --composer bulma mdsvex
```

You can also directly pass through options for each composer. Please refer to the website [this site](https://svelte-compose.com) to generate such commands. Alternatively you can refer to the individual composer options.

---
_Source: https://npm.io/package/@svelte-compose/cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
