Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`