0.1.0 • Published 12 years ago

hans v0.1.0

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

hans - A toolkit for developing WordPress Themes.

hans usage

Description

WordPress Theme development in the CLI.

Synopsis

   hanS - Wordpress Themes development in the cli
   
   Usage:
   
          hans create your_theme_name - Creates a new wordpress theme project.
          hans link </wordpress/wp-content/themes/yourtheme> - Creates a symlink to your wordpress theme folder.
          hans watch - Watched for file changes compiles to working wordpress theme.
          hans build <path> - Builds a working wordpress theme.
          hans package <path> - Creates a zip file of your wordpress theme.
   
   Author: Samuel Hobl <nam@hobl.at>

Requirements

Install

$ npm install hans -g