generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
ftl schema generate <in> <out>
(#503)
``` 🐚 ~/dev/ftl $ ftl schema generate ./foo ./bar info: Generated 8 modules in ./bar 🐚 ~/dev/ftl $ find foo foo/{{ .Name | lower }}.dart 🐚 ~/dev/ftl $ find bar bar/recommendation.dart bar/shipping.dart bar/payment.dart bar/currency.dart bar/checkout.dart bar/ad.dart bar/productcatalog.dart bar/cart.dart ```
- Loading branch information
1 parent
535dfa4
commit 23391ad
Showing
3 changed files
with
69 additions
and
13 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
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