0.0.12 • Published 1 year ago

create-bemobile-ts-app v0.0.12

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

Create Bemobile App

Bemobile Typescript starter template

This is the official starter template to create Bemobile applications.

Creating a new app

yarn create bemobile-ts-app hello-world

npm users

npm init bemobile-ts-app hello-world

Options

Execute the following command to see the help output and available options

  ____                       _     _ _
 | __ )  ___ _ __ ___   ___ | |__ (_) | ___
 |  _ \ / _ \ '_ ` _ \ / _ \| '_ \| | |/ _ \
 | |_) |  __/ | | | | | (_) | |_) | | |  __/
 |____/ \___|_| |_| |_|\___/|_.__/|_|_|\___|


yarn create bemobile-ts-app <project-name>