Project

wp-fire

0.01
No commit activity in last 3 years
No release in over 3 years
Wordpress theme generator with Coffee Script and Sass support
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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