Skip to content

Commit

Permalink
feat: integrate modelina to generate models (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni authored Jun 29, 2022
1 parent 5dbcfa5 commit 426527f
Show file tree
Hide file tree
Showing 7 changed files with 12,769 additions and 8,404 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist
lib
test/helpers
/test/commands/generate/models/
test/helpers
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/assets/examples/**
!assets/examples/default-example.yaml
node_modules

/test/commands/generate/models/
asyncapi.json
asyncapi.yaml
asyncapi.yml
Expand Down
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,18 @@ USAGE
COMMANDS
config access configs
diff find diff between two asyncapi files
new creates a new asyncapi file
diff find diff between two AsyncAPI files
new creates a new AsyncAPI file
start starts a new local instance of Studio
validate validate asyncapi file
validate validate an AsyncAPI file
generate generate all kinds of stuff
models generate all the typed models for the message payloads defined in the AsyncAPI file
typescript generate the models for TypeScript
csharp generate the models for C#
golang generate the models for Go
java generate the models for Java
javascript generate the models for JavaScript
dart generate the models for Dart
```

## Contributing
Expand Down
Loading

0 comments on commit 426527f

Please sign in to comment.