# @readystack/play-declaration-gap-lint

> 15 checks that name every Play Console declaration your manifest opens

Latest version **1.0.1** (published 2026-09-23) · SEE LICENSE IN LICENSE.txt license · 0 weekly downloads

## Install

```sh
npm install @readystack/play-declaration-gap-lint
pnpm add @readystack/play-declaration-gap-lint
yarn add @readystack/play-declaration-gap-lint
bun add @readystack/play-declaration-gap-lint
```

Provides the command `play-declaration-gap-lint`.

## Health

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

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

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2026-09-23 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE.txt |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=18 |
| Dependencies | 0 |
| Unpacked size | 37.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | readystack |
| Keywords | androidmanifest, google play, play console, permissions, declaration, foreground service, android lint |

## Links

- npm: https://www.npmjs.com/package/@readystack/play-declaration-gap-lint
- Repository: https://github.com/jmshinhwa/readystack-themes
- Homepage: https://getreadystack.com
- Issues: https://github.com/jmshinhwa/readystack-themes/issues
- Funding: https://buy.polar.sh/polar_cl_9pjxdAKOI372jyFZtBN3s5u8ajfGhvBhh1rwf3TGsGE
- npm.io page: https://npm.io/package/@readystack/play-declaration-gap-lint

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2026-09-23

## README

# Play Declaration Gap Lint (AndroidManifest)

15 checks that name every Play Console declaration your manifest opens

## Install

```
npx @readystack/play-declaration-gap-lint file
```

Node 18+. The same 15 rules as the VS Code extension, from a terminal or CI.

## Free

- Check the AndroidManifest.xml open in your editor: all 15 checks, one line number each, with the Play Console surface named - no key, no limit
- `--rules` lists every rule

## With a licence ($29 once)

- Sweep every manifest in the workspace, library and SDK modules included, and write a dated playDecl-report.md declaration worksheet you keep in the repository

```
@readystack/play-declaration-gap-lint --dir ./templates --report html --out report.html
```

A freelance Android release engineer bills $60-$120 an hour; reading a multi-module app's manifests against every current Play declaration is most of a working day

## Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

```json
{ "mcpServers": { "play-declaration-gap-lint": { "command": "npx", "args": ["-y", "@readystack/play-declaration-gap-lint", "--mcp"] } } }
```

Tools: `check_text` and `check_file` (free) · `check_dir` (licence). The agent gets every finding with the line number.

## Use in CI

```yaml
- name: Play Declaration Gap Lint (AndroidManifest)
  run: npx -y @readystack/play-declaration-gap-lint --dir . --ci
```

(container: `docker run --rm -v "$PWD:/work" getreadystack/play-declaration-gap-lint --dir /work --ci`)

The folder sweep, reports and CI mode need one licence — one payment, no subscription. Set `READYSTACK_LICENSE=<key>` or run `--license <key>` once.

[Get a licence](https://buy.polar.sh/polar_cl_9pjxdAKOI372jyFZtBN3s5u8ajfGhvBhh1rwf3TGsGE)


<!-- play declaration gap lint -->

---
_Source: https://npm.io/package/@readystack/play-declaration-gap-lint · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
