https://github.com/ravinderk/wp-gutenberg-compat
CLI tool to verify @wordpress/* packages are compatible with your plugin's minimum supported WordPress version
https://github.com/ravinderk/wp-gutenberg-compat
cli compatibility gutenberg wordpress
Last synced: 3 months ago
JSON representation
CLI tool to verify @wordpress/* packages are compatible with your plugin's minimum supported WordPress version
- Host: GitHub
- URL: https://github.com/ravinderk/wp-gutenberg-compat
- Owner: ravinderk
- Created: 2026-03-17T15:18:34.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2026-03-24T06:08:10.000Z (3 months ago)
- Last Synced: 2026-03-24T14:45:39.496Z (3 months ago)
- Topics: cli, compatibility, gutenberg, wordpress
- Language: JavaScript
- Homepage:
- Size: 429 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-gutenberg-compat
Monorepo for the **wp-gutenberg-compat** project — a tool that detects mismatches between your declared minimum WordPress version and the `@wordpress/*` npm packages you're actually coding against.
## Projects
| Project | Path | Description |
| ------------------------------------- | ----------------------- | ----------------------- |
| [NPM Package](projects/npm-packages/) | `projects/npm-packages` | CLI tool & npm package |
| [Website](projects/website/) | `projects/website` | Project website (Astro) |
## Getting Started
```sh
npm install
```
## Scripts
| Command | Description |
| ---------------------- | ------------------------------ |
| `npm run pkg:test` | Run package tests (Vitest) |
| `npm run pkg:lint` | Lint the npm package |
| `npm run pkg:generate` | Generate compatibility data |
| `npm run web:dev` | Start the website dev server |
| `npm run web:build` | Build the website |
| `npm run lint` | Lint the entire monorepo |
| `npm run format` | Format all files with Prettier |
| `npm run format:check` | Check formatting |
## Contributing
Contributions are welcome! Please open an issue or submit a pull request on [GitHub](https://github.com/ravinderk/wp-gutenberg-compat).
## License
MIT