2.0.0-alpha-39d1c5f8ed • Published 6 years ago

funk v2.0.0-alpha-39d1c5f8ed

Weekly downloads
20
License
MIT
Repository
github
Last release
6 years ago

funk

Command line utility for deploying functions on Kubernetes with funk

Getting Started

Installation

Install it once globally:

npm install -g funk
cd my-app

# This will deploy `my-app` if there's a Dockerfile or funk.json
funk

Learn more at docs.funk.sh

You’ll need to have Node >= 9 on your machine. You can use nvm to easily switch Node versions between different projects.

Local installation

git clone https://github.com/usermirror/funk
cd funk/packages/funk

npm install

# On OSX
npm run pkg-local

# On Linux
npm run pkg-linux-local

# For multiple cross-platform binaries
npm run pkg-all

# Now you can run this in any directory
funk