# @comate/plugin-playground

> 本项目有2个作用：

Latest version **0.9.2** (published 2024-03-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install @comate/plugin-playground
pnpm add @comate/plugin-playground
yarn add @comate/plugin-playground
bun add @comate/plugin-playground
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; large bundle; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.2 |
| Published | 2024-03-11 |
| First published | 2024-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20.10.0 |
| Dependencies | 4 |
| Unpacked size | 11.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | otakustay |

## Links

- npm: https://www.npmjs.com/package/@comate/plugin-playground
- npm.io page: https://npm.io/package/@comate/plugin-playground

## Dependencies (4)

- [conf](https://npm.io/package/conf.md) ^12.0.0
- [globby](https://npm.io/package/globby.md) 13.2.2
- [@comate/plugin-engine](https://npm.io/package/@comate/plugin-engine.md) ^0.9.2
- [@comate/plugin-shared-internals](https://npm.io/package/@comate/plugin-shared-internals.md) ^0.9.2

## Recent versions

- 0.9.2 (latest) — 2024-03-11
- 0.9.1 — 2024-03-11
- 0.9.0 — 2024-03-11

## README

# 插件调试台

本项目有2个作用：

1. 同时调试仓库中的所有插件。
2. 作为`@comate/plugin-cli`的依赖。

## 调试插件

先对所有项目做一次构建，以确保插件（`plugins/*`）都构建出了产物。

```shell
npm run build
```

随后在`packages/playground`下启动调试台：

```shell
npm run start
```

如果你需要指定当前的“项目目录”，即让插件将某个目录认为是当前开发中的项目，可以使用`WORKSPACE`环境变量：

```shell
WORKSPACE=/path/to/your/project npm run start
```

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