generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add ftl-project.toml to init command
Also add a readme to help people get started with the project.
- Loading branch information
1 parent
0fca476
commit 0e2ed27
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Welcome to your new FTL Project! | ||
|
||
Now you have a project you can start to add modules. | ||
You can add a new Kotlin module called `hello` by running one of the | ||
language specific commands below: | ||
|
||
```shell | ||
ftl new kotlin . hello | ||
ftl new go . hello | ||
ftl new java . hello | ||
``` | ||
|
||
For more information on how to get started and what to do next please | ||
checkout the [FTL documentation](https://block.github.io/ftl/). |