0.1.4 • Published 3 years ago

create-openfin-app v0.1.4

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
3 years ago

Create OpenFin App

Quickly create OpenFin template apps and examples.

Overview

npx create-openfin-app -t app-template my-template
cd my-template
npm install
npm start

Using npx instead of installing the package globally (npm install -g create-openfin-app) ensures that the latest version is always used.

Templates

Create a template

npx create-openfin-app -t app-template my-template
or
npx create-openfin-app --template app-template my-template

List templates

npx create-openfin-app -t
or 
npx create-openfin-app --template

Examples

Create an example

npx create-openfin-app -e app-child-window-modal my-example
or
npx create-openfin-app --example app-child-window-modal my-example

List examples

npx create-openfin-app -e
or
npx create-openfin-app --example
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago