# @jarkkojs/readseek-api

> Shared ReadSeek CLI contract, validation, argv builders, and bounded process runners

Latest version **0.9.16** (published 2026-08-31) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @jarkkojs/readseek-api
pnpm add @jarkkojs/readseek-api
yarn add @jarkkojs/readseek-api
bun add @jarkkojs/readseek-api
```

Provides the command `readseek`.

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.9.16 |
| Published | 2026-08-31 |
| First published | 2026-08-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20 |
| Dependencies | 0 |
| Unpacked size | 122 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jarkkojs |
| Keywords | readseek, cli, structural-search, ast-grep, hashline |

## Links

- npm: https://www.npmjs.com/package/@jarkkojs/readseek-api
- Repository: https://gitlab.com/jarkkojs/readseek
- Homepage: https://gitlab.com/jarkkojs/readseek/-/tree/main/packages/readseek-api#readme
- Issues: https://gitlab.com/jarkkojs/readseek/-/issues
- npm.io page: https://npm.io/package/@jarkkojs/readseek-api

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.9.16 (latest) — 2026-08-31
- 0.9.15 — 2026-08-23
- 0.9.14 — 2026-08-21
- 0.9.13 — 2026-08-11
- 0.9.12 — 2026-08-11
- 0.9.11 — 2026-08-11
- 0.9.10 — 2026-08-08
- 0.9.9 — 2026-08-05
- 0.9.8 — 2026-08-05
- 0.9.7 — 2026-08-04
- 0.9.6 — 2026-08-04
- 0.9.5 — 2026-08-04

## README

# @jarkkojs/readseek-api

Shared ReadSeek contracts, validation, argument builders, binary resolution, and
bounded Node/Bun process runners.

## Install

```sh
npm install @jarkkojs/readseek-api
```

## Example

```ts
import {
  buildDigestArgs,
  resolveReadSeekBinaryFromPackages,
  resolveReadSeekBinaryOverride,
  runReadSeekNodeJson,
} from "@jarkkojs/readseek-api";

const binary =
  resolveReadSeekBinaryOverride() ?? resolveReadSeekBinaryFromPackages();
const args = buildDigestArgs({ path: "src/index.ts", select: "map" });
const result = await runReadSeekNodeJson(binary, args);
```


## Licensing

`@jarkkojs/readseek-api` is licensed under the Apache 2.0 license. See
[LICENSE](LICENSE) for more information.

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