-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed as not planned
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.
Milestone
Description
Creating a tool based on templating and various input for service team, in order to create a perfectly viable project in one call. The only acceptable input is : a Swagger and a clone of the language repo.
For instance “dotnet new sdk swagger.json –name=MyServiceName” (dotnet is an example, pick what is idiomatic to your repo). This will create:
- A compilable/shippable package in the right folder
- A sample test (simple test with assert True)
- A sample of sample (placeholder for a sample)
- A basic Readme
- Of course the LLC code 😊
Beware of the update scenario (package exists already): it maybe be necessary to make either the tooling smart, or to have second option like “dotnet update sdk swagger.json”.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.