0.8.0 • Published 1 year ago

@sociably/create-app v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.