Skip to content

Your friendly toolchain for mobile app development based on Apache Cordova

Notifications You must be signed in to change notification settings

vdebergue/tarifa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tarifa experimental

tarifa logo

Your friendly toolchain for mobile app development based on Apache Cordova

tarifa is a CLI based on Apache Cordova. It aims at simplifying the Apache Cordova workflow and adding features to complete cordova toolchain such as:

  • multiple configurations: produce multiple unique apps easily on a given platform within a single project.
  • integration of any front-end build system: integrate your build process in the cordova workflow.
  • interactive project bootstrap: no need to remember every required information while creating a project, tarifa will guide you with adequate questions and save the answers in the project files.
  • deployment to hockeyapp from the terminal: no need to launch a browser to upload a binary file to hockeyapp, tarifa handles it.

Requirements

sdk/os macosx linux win32
ios
android
windows phone

Documentation

Documentation can be read on tarifa-book.

Install

npm install tarifa -g

Some optional dependencies could fail depending on your os (such as cordova-deploy-windows-phone fails to install on linux or macosx).

Usage

Usage: tarifa [command] [options]

Commands:

    create         Create a tarifa project
    prepare        Prepare the www project with a given platform and configuration
    platform       Manage current project platforms
    plugin         Add, remove or list cordova plugins in your project
    build          Build the project for a given platform and configuration
    run            Run the project for a given platform and configuration on your device
    info           Get some information about your environment and your devices
    config         Configure the current project
    check          Check the current project after cloning
    clean          Clean the given platform
    hockeyapp      Interface with hockeyapp beta testing platform

Options:

    --version, -v  Show tarifa version number
    --verbose, -V  Add verbosity to commands
    --help, -h     Show this message

Install for developement

git clone https://github.com/TarifaTools/tarifa.git && cd tarifa && npm link .

Tests

Quite minimalist right now: only testing needed xml files changes

npm test

License

tarifa is licensed under Apache version 2.0

Sponsors

About

Your friendly toolchain for mobile app development based on Apache Cordova

Resources

Stars

Watchers

Forks

Packages

No packages published