Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated scaffold for new monoerepo services #35

Open
kevinschoonover opened this issue Jul 24, 2020 · 0 comments
Open

Add automated scaffold for new monoerepo services #35

kevinschoonover opened this issue Jul 24, 2020 · 0 comments
Milestone

Comments

@kevinschoonover
Copy link
Owner

kevinschoonover commented Jul 24, 2020

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

  1. 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.
@kevinschoonover kevinschoonover added this to the 1.2.0 milestone Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant