Skip to content

sabreuse/forge

This branch is 33 commits behind thethemefoundry/forge:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dubsarAndy Adams
and
Andy Adams
Mar 29, 2012
347e0fc · Mar 29, 2012
Sep 12, 2011
Oct 12, 2011
Nov 19, 2011
Mar 29, 2012
Sep 21, 2011
Sep 8, 2011
Sep 14, 2011
Oct 6, 2011
Sep 8, 2011
Dec 9, 2011
Nov 19, 2011
Nov 19, 2011
Sep 15, 2011
Dec 9, 2011
Oct 7, 2011
Dec 9, 2011
Dec 9, 2011

Repository files navigation

Forge is a toolkit for bootstrapping and developing WordPress themes.

Forge website

User's manual


Current Version: 0.3.0

Install Forge (requires Ruby and RubyGems):

$ 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 for more information.

About

Build WordPress themes using Sass, LESS, and CoffeeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published