Skip to content

Wordpress theme generator with Coffee Script and Sass support

Notifications You must be signed in to change notification settings

maintux/wp-fire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wp Fire

Wordpress theme generator with Coffee Script and Sass support

Code Climate Dependency Status

Install Wp Fire (requires Ruby)

$ gem install wp-fire

Create a new theme

$ cd your_wordpress_path/wp-content/themes/
$ wp_fire create new_theme_name

If you want create a theme based on existing template

$ cd your_wordpress_path/wp-content/themes/
$ wp_fire create -t template_name --template-path ./ new_theme_name

To edit theme settings

$ wp_fire create --help

Run watcher for compiling sass and coffeescript file

$ cd your_wordpress_path/wp-content/themes/
$ wp_fire watch new_theme_name (Ctrl + C to exit)

Exit on sass or coffeescript compile exception

$ wp_fire watch --raise-on-exception new_theme_name

License

(The GPLv2 License)

Copyright (C) 2012 Massimo Maino

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

About

Wordpress theme generator with Coffee Script and Sass support

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •