Moonomo / shiny-updates

Hide the ugly parts of updating WordPress.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shiny Updates Build Status

Removes the ugly bits of updating plugins, themes and such.

Installation

  1. Download Shiny Updates.
  2. Unzip the folder into the /wp-content/plugins/ directory.
  3. Activate the plugin through the 'Plugins' menu in WordPress.

Running the Unit Tests

While working on Shiny Updates, please make sure to always have Grunt in watch mode. You'll be notified immediately about failing test cases and code style errors, minimizing the amount of cleanup we will have to do when we prepare to merge this Feature Plugin into WordPress Core.

Make sure you have the necessary dependencies:

npm install

Start grunt watch or npm start to auto-build Shiny Updates as you work:

grunt watch

About

Hide the ugly parts of updating WordPress.


Languages

Language:JavaScript 53.4%Language:PHP 41.7%Language:CSS 3.9%Language:HTML 1.1%