Sha256: 922e258a55c0c0ab5feea4edb0c66feb4ddf2629cefb539b7c86aae8c83af50d

Contents?: true

Size: 962 Bytes

Versions: 6

Compression:

Stored size: 962 Bytes

Contents

## Forge is a toolkit for bootstrapping and developing WordPress themes.

[Forge website](http://forge.thethemefoundry.com/)

[User's manual](http://forge.thethemefoundry.com/manual)

-----

Current Version: **0.3.0**

Install Forge (requires [Ruby](http://www.ruby-lang.org/) and [RubyGems](http://rubygems.org/)):

    $ gem install forge

Create your new theme project:

    $ forge create your_theme

Change to your new project directory:

    $ cd your_theme

Link to your WordPress theme folder:

    $ forge link /path/to/wordpress/wp-content/themes/your_theme

Watch for changes and start developing!

    $ forge watch

Press Ctrl + C to exit watch mode

Build your theme into the build_here directory:

    $ forge build build_here

Package your theme as your_theme.zip:

    $ forge package your_theme

Get a little help with the Forge commands:

    $ forge help

See the [user's manual](http://forge.thethemefoundry.com/manual) for more information.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
forge-0.4.4 README.md
forge-0.4.3 README.md
forge-0.4.2 README.md
forge-0.4.1 README.md
forge-0.4.0 README.md
forge-0.3.0 README.md