https://github.com/wpsocio/wp-projects
The development monorepo for our WordPress plugins.
https://github.com/wpsocio/wp-projects
telegram telegram-bot-api wordpress wordpress-development wordpress-php-library wordpress-plugin wp
Last synced: 10 days ago
JSON representation
The development monorepo for our WordPress plugins.
- Host: GitHub
- URL: https://github.com/wpsocio/wp-projects
- Owner: wpsocio
- Created: 2023-12-08T17:05:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T09:38:10.000Z (11 days ago)
- Last Synced: 2026-01-15T15:35:02.657Z (11 days ago)
- Topics: telegram, telegram-bot-api, wordpress, wordpress-development, wordpress-php-library, wordpress-plugin, wp
- Language: PHP
- Homepage: https://wpsocio.com
- Size: 14.8 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp-projects
The monorepo to develop WordPress plugins/themes.
## Structure
The monorepo is structured as the `wp-content` folder of a WordPress installation and thus can be directly used as such.
## Packages
The monorepo contains both JS and PHP packages which are shared between the plugins/themes.
## Tools
The monorepo contains tools to develop WordPress plugins/themes.
- [`@wpsocio/wpdev`](./tools/wpdev)
- [`@wpsocio/vite-wp-react`](./tools/vite-wp-react)
## Getting started
- Install Docker
- Run
- `pnpm install`
- `pnpm setup:all`
- `pnpm env-start`
- `pnpm test:e2e`