Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.

Command Line Usage

gosukiwi edited this page Mar 25, 2013 · 10 revisions

Once Iced Tea is installed, you'll be able to call it simply by typing tea into the command line.

Commands

It's really easy to use Iced Tea's CLI, right now it only has three commands

  • compile
  • watch
  • clean

Compile

usage: tea compile input [ouptut]

Compiles a file or a folder recursively

Watch

usage: tea watch input [output]

Watches a file or a folder not recursively

Clean

usage: tea clean input

Cleans the workspace, removing all PHP files

Clone this wiki locally