generator-openfindeprecated

OpenFin yeoman generator

Usage no npm install needed!

<script type="module">
  import generatorOpenfin from 'https://cdn.skypack.dev/generator-openfin';
</script>

README

generator-openfin

Build Status

A Yeoman generator that scaffolds OpenFin applications.

Getting Started

Install Node Tools

npm install -g yo grunt grunt-cli

Install Yeoman Generator

To install generator-openfin from npm, run:

npm install -g generator-openfin

Initiate the generator:

yo openfin

Using the template

Grunt tasks

The template makes use of grunt for linting and serving the content, to run the application in the OpenFin Runtime:

Serve task will ONLY launch the OpenFin Runtime in Windows

grunt serve

To update the app.json with a URL at build time you can specify a target:

grunt build --target="http://hosted-app.com"

This can be done with the serve task as well

grunt serve --target="http://hosted-app.com"

License

MIT