8000 GitHub - fnproject/cli: CLI tool for fnproject.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fnproject/cli

Repository files navigation

Fn CLI

CircleCI

Install

MacOS installation:

brew update && brew install fn

or

Alternatively for Linux/Unix/MacOS:

curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh

General Information

CLI Development

Build from source

See CONTRIBUTING for instructions to build the CLI from source.

0