# OpenFin CLI

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.

For more information please refer to the [developer guide](https://developers.openfin.co/of-docs/docs/openfin-cli-tool).

## Install

With npm:

> npm i -g openfin-cli

With yarn:

> yarn global add openfin-cli
