Skip to content

AlistairNorman/forge

 
 

Repository files navigation

Forge

Build Status

Forge is a toolkit for bootstrapping and developing WordPress themes.

Current Version: 0.6.1

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

Get a little help with the Forge commands:

$ forge help

About

HEY GUISE! THIS IS NOT THE ONE ON RUBYGEMS!!!~~~~~ Build WordPress themes using Sass and CoffeeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 94.2%
  • PHP 4.9%
  • Other 0.9%