jhipster-dotnet new JHipster generator #1046
UgoWithoutH
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
We have created a new project called jhipster-dotnet, it is a generator coded in .NET generating a web application also coded in .NET.
We did this project because the Jhipster team made jhipster-lite.
Currently, there are several problems with the JHipster and jhipster-dotnetcore projects:
The projects have become too complex for contribution
The languages of the generator and the generated project are not the same. This hinders the contribution of people who do not know both languages.
So we created jhipster-dotnet to answer these problems, here are the objectives:
To allow a step by step application generation. There is no questionnaire, the user interaction is done via the front-end. This allows the user what he needs without being restricted.
Simplify the generation by offering fewer features. It is a "lightened" version
Attract more developers to contribute. generator language = generated language.
link to the repository : https://github.com/jhipster/jhipster-dotnet
Beta Was this translation helpful? Give feedback.
All reactions