npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

testable-openfin-cli

v1.1.7

Published

OpenFin Runtime cli tool

Downloads

5

Readme

OpenFin Runtime cli tool

TEMP FORK where the devtools port still works

Build Status

The OpenFin Cli tool will allow you to launch the OpenFin runtime given a url or a configuration file, it will also allow you to create configuration files by giving only name and url.

Dependencies

You will need Node.js to use the tool and creating configs will work cross platform, but launching the OpenFin runtime is restricted to Windows at the moment.

Install

$ npm install -g openfin-cli

Usage

$ openfin --help

Examples

Launching OpenFin Demos

$ openfin --launch --config http://cdn.openfin.co/demos/hyperblotter/app.json
$ openfin --launch --config https://demoappdirectory.openf.in/desktop/config/apps/OpenFin/HelloOpenFin/app.json

Launching an application

$ openfin --launch --url http://www.openfin.co

Shorthand

$ openfin -l -u http://www.openfin.co

Creating a config file

$ openfin --config myconfig.json --name myAppName --url http://www.openfin.co

Shorthand

$ openfin  -c myconfig.json -n myAppName -u http://www.openfin.co

Launching a given config file

$ openfin --launch --config myconfig.json
$ openfin --launch --config http://goo.gl/w2747v

Shorthand

$ openfin -l -c myconfig.json
$ openfin -l -c http://goo.gl/w2747v

Generate installer URL

Will print a url to the console with the name proivided via the -n flag and the hosted confg file url provided via the -c flag

$ openfin -n OpenFinPOC -c http://goo.gl/w2747v -h

Download an installer zip locally

Use the -d or --destination flag to specify the directory of the download. To download to the current directory use -d . or --destination .

$ openfin --destination my-dist-directory --installer http://goo.gl/w2747v

Shorthand

$ openfin -d my-dist-directory -i http://goo.gl/w2747v

Installer config options

--no-ext If set “true”, the file is extention-less'
--rvm-config URL that points to the RVM config. Must be a full URL.'
'--support-email The email address to display in the installer when an error occurs. Default value = [email protected]"'
--dnl Installs an application without launching it. Set value to true [dnl=true]'

License

MIT

By downloading OpenFin, you agree to the terms of our Developer License