CLI Commands
This reference documents every command and flag available in Frontier - Mobile command-line interface. The mobile CLI helps with scaffolding project, components and other features right from the terminal.
Help Menu
Run the CLI option below for a list of commands and options
Usage
frontier mobile <command> --help| Option | Description |
|---|---|
| --help | Displays the help menu. |
CLI Command
Frontier - Mobile includes the following sub-commands:
| Command | Description |
|---|---|
| create-project | Scaffold a new project |
| add | Add a feature to a project |
| plugin | Inject a utility to extend project functionality |
create-project
create-project will scaffold a new project for you, using one of the presets selected from its interactive shell.
Usage
frontier mobile create-project <project-name>| Option | Description |
|---|---|
| --bundleIdentifier | The name of the unique identifier that will used for deployment to the App & Google play Store (eg. com.company.app). |
| --verbose | Show debug logs when creating the project. |
add
Adds a feature to the project.
Usage
frontier mobile add <feature>plugin
Injects a utility to extend the project's functionality
Usage
frontier mobile plugin <library>Libraries
Table of Contents