bobbingwide / oik-tip

ZIP a WordPress theme for release
GNU General Public License v2.0
0 stars 0 forks source link

oik-tip

banner

Description

oik-tip.php packages the source files for a WordPress theme into a .zip file ready for release to the general public.

The packaging process ensures up to date versions are released

What it does not do:

Installation

  1. Upload the contents of the oik-tip plugin to the `/wp-content/plugins/oik-tip' directory
  2. Create a batch file called tip.bat to invoke the oik-tip routine, through oik-wp.php from oik-batch
php c:\apache\htdocs\wordpress\wp-content\plugins\oik-batch\oik-wp.php c:\apache\htdocs\wordpress\wp-content\plugins\oik-tip\oik-tip.php %*

Frequently Asked Questions

How does it work?

Read the code

What are the dependencies?

Does it use Composer?

No. But it may be enabled for use with Composer

Why not WP-CLI?

Now that I need most of WordPress to do all the things I'm working towards using WP-CLI primarily to handle command line parameters.

Is it integrated with Git?

It will be, when I've made more progress with the oik-git shared library.

Is it integrated with SVN?

No. Updating the SVN version is currently a manual process performed after creating the .zip and updating GitHub.

Screenshots

  1. oik-tip in action - not actually taken

Upgrade Notice

0.0.2

Tested with WordPress 4.6-RC2

0.0.1

Now includes the custom.css file.

0.0.0

Finally put under version control. First version of the plugin, available from GitHub and oik-plugins.

Changelog

0.0.2

0.0.1

0.0.0