automattic/jetpack-masterbar

The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.

Installs: 103

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Type:jetpack-library

v0.2.0 2024-06-21 10:02 UTC

This package is auto-updated.

Last update: 2024-06-21 16:13:59 UTC


README

Masterbar

The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.

Get Started

Package is published in Packagist. We recommend using the latest version there, or you can also test with the latest development versions like below:

"require": {
    "automattic/jetpack-autoloader": "dev-trunk",
    "automattic/jetpack-masterbar": "dev-trunk"
}

Using this package in your WordPress plugin

If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.

Security

Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.

Build System

Note: cd to projects/packages/masterbar before running these commands

  • npm run build
    Compiles the plugins for development - the files are not minified and we produce a source map.

  • npm run build-production
    Compiles the plugins for production - we produce minified files without source maps.

  • npm run clean
    Removes all build files.

License

masterbar is licensed under GNU General Public License v2 (or later)