Skip to content

Latest commit

 

History

History
197 lines (132 loc) · 7.93 KB

index.md

File metadata and controls

197 lines (132 loc) · 7.93 KB
layout
default

Welcome

WordPress-Gear is a compendium of useful developer tools for working with WordPress.

Base Tools
Debug Tools
PHP Boilerplate

How

WordPress-Gear is meant to be community driven, please feel free to jump in and add/remove any useful information via GitHub.

To edit this project fork this project on GitHub and edit right in the GitHub UI or clone it locally,

# how to clone locally
$ git clone git://github.com/your_username/your_fork.git
$ cd your_fork
# switch branches to default github hosted pages
$ git checkout -b gh-pages remotes/origin/gh-pages
# Edit index.md 
$ git push

Then send a pull request: GitHub-how-to

WordPress-Gears is written using Jekyll, to make changes edit index.md.

Contributors

Please refrain from submitting any commercial products or themes. Links must allow for code browsing (github/bitbucket/svn..etc).

You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor's GitHub Profile.


Base Tools

WordPress

Compressed format (.zip or .tar.gz)
Revision control - These builds roll the latest commits.

Core Unit tests

Core Testing and profiling via PHPUnit + official theme sample data

Command line fu

  • WP-CLI - The command-line tool for managing WordPress.
Build scripts
Theme scripts
  • Wordless - Haml, Compass and Coffeescript (Ruby)
  • Forge - Sass, LESS, and CoffeeScript (Ruby)

IDE bundles

WordPress snippets and auto-completions

Misc

  • WP-PhpTidy - Format PHP code so that it conforms to the WordPress Coding Standards
  • Nginx - Configuration for running WordPress
  • WordPress-Skeleton - Basic layout of a WordPress Git repository
  • WordPress Java - Java xmlrpc interface of WordPress

Debug Tools

Plugins that help with debugging

Debug Bar and extensions
Debug plugins
SQL debug

PHP Boilerplate

PHP bits

Most of these are PHP classes
Plugin stuff
Widgets
Updaters
Custom fields (meta box)
Other

Theme Stuff

Theme tools and boilerplate