Skip to content

Commit

Permalink
include usage in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Kyoto committed Jul 6, 2011
1 parent 8060030 commit df98413
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,4 +13,22 @@ EmailChef takes HTML and CSS and compiles them into inline `.html` files
$ git pull origin master $ git pull origin master
$ npm install -g . $ npm install -g .


## usage

Compile a file

$ chef sample.html

Compile all `.html` files in a directory

$ chef path/to/email_templates/

Watch a file/directory and continuously compile when it changes

$ chef -w my_templates/

For additional help

$ chef --help

©2011 donutcode. See `LICENSE` for more information ©2011 donutcode. See `LICENSE` for more information

0 comments on commit df98413

Please sign in to comment.