Skip to content

Automattic/theme-tools

Repository files navigation

Theme Tools

This repository houses a collection of scripts and micro-tools, designed to help theme builders build better themes. Ideally our collection of tools will grow as we find more processes that can be improved and automated.

In-depth READMEs for each tool can be found in that tool's directory.

What's here (so far):

  • org-submitter: A script that downloads a theme from WordPress.com and packages it up for submission to the WordPress.org theme directory.
  • jetpack-dependency-script: Checks for Jetpack dependencies within the active theme, and, prompts user to download and install Jetpack accordingly.
  • getselectors: Returns a list of selectors using the given color. Can also print font selectors.
  • theme-tags: Queries and updates the style.css Tags present in a group of WordPress themes.
  • theme-name-changer: A plugin to change the site title ("blogname" option) to the active theme name, version, and author.