From 61c0134652e43805e7ed3a54acb4730339d795c7 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 30 Apr 2017 22:04:26 +0100 Subject: [PATCH] mention CLI --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index aa075c67..154b3532 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,6 +55,8 @@ You can [TestDrive](https://github.com/alexellis/faas/blob/master/TestDrive.md) You can dive straight into the [sample functions here](https://github.com/alexellis/faas/blob/master/sample-functions/README.md). You'll find hello-world examples for the most common programming languages including: Golang, DotNet Core, Java, NodeJS, Python even BusyBox. +There is even an experimental [faas-cli](https://github.com/alexellis/faas-cli/) in development to create functions quickly from templates for [Node.js](https://github.com/alexellis/faas-cli/blob/master/test_node.sh) or [Python](https://github.com/alexellis/faas-cli/blob/master/test_python.sh), and to deploy to your gateway with a single command. + **Contribute to FaaS** FaaS enables you to run your serverless functions in whatever language you like, wherever you like - for however long you need.