WordPress Plugin Boilerplate
Install PHP dependencies with Composer. Install Frontend dependencies with Yarn.
composer installs
yarn install
yarn dev
yarn build
composer run-script test
composer run lint
# or
composer run lint:fix
yarn run lint
# or to auto fix
yarn run lint:fix