Options
All
  • Public
  • Public/Protected
  • All
Menu

Module create-app

Create Machinat App

Project creator for Machinat framework.

Usage

Create a hello-world project with specified platforms:

# with npm
npm init @machinat/app@latest -- -p <platform> [-p ...] [--webview] my-project

# with yarn
yarn create @machinat/app -- -p <platform> [-p ...] [--webview] my-project

Docs

Check the Getting Started document for the usage guide.

Index

Functions

Functions

  • default(__namedParameters: CreateAppOptions): Promise<number>

Generated using TypeDoc