Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imranhsayed/aquila-features
Advanced WordPress Plugin Development
https://github.com/imranhsayed/aquila-features
advanced-wordpress-plugin babel composer gutenberg plugin-boilerplate plugin-development tutorial webpack wordpress-plugin wordpress-plugin-development
Last synced: 4 days ago
JSON representation
Advanced WordPress Plugin Development
- Host: GitHub
- URL: https://github.com/imranhsayed/aquila-features
- Owner: imranhsayed
- License: gpl-3.0
- Created: 2022-01-15T16:29:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T04:55:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T13:20:04.342Z (17 days ago)
- Topics: advanced-wordpress-plugin, babel, composer, gutenberg, plugin-boilerplate, plugin-development, tutorial, webpack, wordpress-plugin, wordpress-plugin-development
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 104
- Watchers: 6
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aquila-features
Advanced WordPress Plugin Development# Setup
How to set up the plugin.## Install Setup Packaaes.
- `npm ci && composer install`
# Development
## Start Development Server.
- `npm run dev`## Run PHPCS.
- `npm run lint:php`
- `npm run lint:php:fix`