tarifa
Version:
Your friendly toolchain for mobile app development on top of Apache Cordova
21 lines (15 loc) • 897 B
Plain Text
Usage: tarifa build <platform> [configuration]
Build the project for the given platforms and configurations. You can either
specify names or wildcards.
Options:
--help, -h Show this message
--verbose, -V Be more verbose on everything
--keep-file-changes Keep all modifications made by tarifa in your files
--debug, -d Print helpful stack trace on error
Examples:
tarifa build android # will build default conf for android platform
tarifa build android dev # will build dev conf for android platform
tarifa build all dev # will build dev conf for all platforms
tarifa build ios dev,stage # will build dev and stage confs for ios
tarifa build ios,android dev # will build dev conf for ios and android platforms
tarifa build all all # will build all confs for all platforms