You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools like yeoman would provide an easy and automated way to enforce a similar style and format of newly generated services while abstracting the initial complexity to new developers.
Design
Initially prompt what language the developer would like to use. Start with initial support for rust and typescript
If rust, ask if it is a gRPC server, graphql server, or both. Then, generate the service appropriately.
If typescript, ask if frontend or backend.
if frontend, generate a template reactjs project.
if backend, ask if it is a gRPC server, graphql server, or both. Then, generate the service appropriately.
The text was updated successfully, but these errors were encountered:
Motivation
Tools like yeoman would provide an easy and automated way to enforce a similar style and format of newly generated services while abstracting the initial complexity to new developers.
Design
The text was updated successfully, but these errors were encountered: