microsoft / yardl

Tooling for streaming instrument data
https://microsoft.github.io/yardl/
MIT License
30 stars 5 forks source link

Update `yardl init` and `yardl generate` UX #30

Closed johnstairs closed 1 year ago

johnstairs commented 1 year ago

Based on user feedback, updating the behavior of the init and generate commands.

init will now create a model directory containing the package. That way, the default codegen location stays within the directory the init command was invoked from.

generate will write to stdout where it generated code.

Screen Recording 2022-12-07 at 1 47 19 PM