-
Notifications
You must be signed in to change notification settings - Fork 1
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
Interactive Shell (REPL)
Run caf
with no arguments to start the interactive shell. For details, click the link above.
One file:
caf -c myFile.caf
Multiple files:
caf -c myFolder/*.caf -o myTargetFolder
caf myFile.caf