This plugin is intended to be a helper in your WordPress website development workflow. It allows navigating to admin pages more fastly.
Download the plugin zip file from the releases page and upload it to your website.
Clone this repository to your development setup, then run the following commands:
- Download development packages:
composer install. - Download nodejs packages:
npm install. - Generate assets files:
npm run start. - Create a new branch from
developbranch. - During the development, use
npm run startto compile SCSS files & src JS files to browser ready files. - Use
composer run phpcsto check your development against WordPress coding standards. - Use
composer run phpcs:fixto prettify the code. - Push all changes, and create fully detailed pull request to be merged on develop branch.
- Fix all warnings that the testing bot might have reported.