fml-native-run

1.0.0 • Public • Published

fml-native-run

fml-native-run is a cross-platform command-line utility for running native app binaries (.ipa and .apk files) on iOS and Android devices. It can be used for both hardware and virtual devices.

This tool is used by the Family CLI, but it can be used standalone as part of a development or testing pipeline for launching apps. It doesn't matter whether the .apk or .ipa is created with Cordova or native IDEs, fml-native-run will be able to deploy it.

Install

fml-native-run is written entirely in TypeScript/NodeJS, so there are no native dependencies.

To install, run:

npm install -g fml-native-run

📝 Requires NodeJS 16+

Usage

fml-native-run <platform> [options]

See the help documentation with the --help flag.

fml-native-run --help
fml-native-run ios --help
fml-native-run android --help

Troubleshooting

Much more information can be printed to the screen with the --verbose flag.

/fml-native-run/

    Package Sidebar

    Install

    npm i fml-native-run

    Weekly Downloads

    195

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    2.15 MB

    Total Files

    85

    Last publish

    Collaborators

    • nkduy