https://tbd54566975.github.io/ftl/
brew tap TBD54566975/ftl && brew install ftlmkdir myproject
cd myproject
ftl init myproject .
ftl new go . aliceStart FTL in one terminal:
ftl dev --wait-for=alice --recreate .Then in a second terminal run the following:
ftl call alice.echo '{name: "Bob"}'| Resource | Description |
|---|---|
| CODEOWNERS | Outlines the project lead(s) |
| CODE_OF_CONDUCT.md | Expected behavior for project contributors, promoting a welcoming environment |
| CONTRIBUTING.md | Developer guide to build, test, run, access CI, chat, discuss, file issues |
| GOVERNANCE.md | Project governance |
| LICENSE | Apache License, Version 2.0 |
