0.3.5 • Published 7 years ago

generator-openfin v0.3.5

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

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

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago