Socket
Socket
Sign inDemoInstall

create-openfin-app

Package Overview
Dependencies
55
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-openfin-app

Bootstrap OpenFin examples and templates via cli.


Version published
Maintainers
1
Install size
2.99 MB
Created

Readme

Source

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

FAQs

Last updated on 14 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc