Skip to content

caf Command Line Tool

Shane Brinkman-Davis Delamore edited this page Apr 10, 2017 · 5 revisions

Make sure node_modules/.bin is in your path.

Run:

caf --help

Run caf with no arguments to start the interactive shell. For details, click the link above.

Compiling

One file:

caf -c myFile.caf

Multiple files:

caf -c myFolder/*.caf -o myTargetFolder

Running .caf Files

caf myFile.caf

Creating a Runnable Shell Script (Linux/OSX)