Updates to fnctl to make UX better (#272)

* See the hello/go README for how this all works now.

* Node support for fnctl auto build

* Updated based on PR comments.
This commit is contained in:
Travis Reeder
2016-11-14 10:10:29 -08:00
committed by GitHub
parent 28d57e50a4
commit 3357476583
24 changed files with 402 additions and 185 deletions

View File

@@ -6,4 +6,4 @@ try {
name = obj.name
}
} catch(e) {}
console.log("Hello", name, "from Node!");
console.log("Hello", name, "from Node!");