Options
All
  • Public
  • Public/Protected
  • All
Menu

Module create-app

Create Sociably App

Project creator for Sociably framework.

Usage

Create a hello-world project with specified platforms:

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

# with yarn
yarn create @sociably/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