WP Manifestindependent plugin directory
manifest / admin / bp-navigator

Be Productive Navigator

Command palette to navigate fastly through your website pages.

by Rodrigo Teixeira · github.com/maaprote/bp-navigator

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/maaprote/bp-navigator/archive/refs/heads/main.zip

Readme

Be Productive - Navigator

Description

This plugin is intended to be a helper in your WordPress website development workflow. It allows navigating to admin pages more fastly.

Installation

Download the plugin zip file from the releases page and upload it to your website.

Contribution

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 develop branch.
  • During the development, use npm run start to compile SCSS files & src JS files to browser ready files.
  • Use composer run phpcs to check your development against WordPress coding standards.
  • Use composer run phpcs:fix to 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.

Read the full README on GitHub →