0.3.5 • Published 8 years ago

generator-openfin v0.3.5

Weekly downloads
14
License
MIT
Repository
github
Last release
8 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

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago