Skip to content

Latest commit

 

History

History
188 lines (125 loc) · 9.31 KB

index.md

File metadata and controls

188 lines (125 loc) · 9.31 KB
layout
default

How

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

The easiest way to contribute is to have a GitHub account then click index.md, then click edit. This will automatically fork this project to your account, make your changes then submit a pull request. There are additional instruction if you want to clone this locally in the readme.

Contributors

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


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.
  • WP-PowerShell - Windows powershell for the WP-CLI
  • VimPress - Post to WordPress from Vim
Build scripts
Theme scripts
  • Wordless - Haml, Compass and Coffeescript (Ruby)
  • Forge - Sass, LESS, and CoffeeScript (Ruby)

IDE bundles

WordPress snippets and auto-completions

Misc


Debug Tools

Plugins that help with debugging

Debug Bar and extensions
Debug plugins
SQL debug
Other

PHP Boilerplate

PHP bits

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

Comparison of tools CompareWP Content Type / Custom Fields

Other

Theme Stuff

Theme tools and boilerplate