Usage
frontier mobile <command>
The help menu can be accessed with the command:
frontier mobile --help
Options
Usage:
frontier <command>
Commands:
add - Add a new module
create-project - Scaffold a new project
plugin - Inject a utility to extend project functionality
Options:
--help - Show help information
Now we can start using the CLI if the installation was successful.
Create a project
frontier mobile create-project <project-name>
Replace
with the actual name of your project. Ensure it is written in camel case (eg. MyAwesomeProject
).
Example
frontier mobile create-project MyAwesomeProject