Giter VIP home page Giter VIP logo

quarkus-study's People

Contributors

netodevel avatar

Watchers

 avatar  avatar

quarkus-study's Issues

Test video

This is a demonstration of what I'm developing.

demo-scaffold-quarkus.mp4

A crud generator inspired by Ruby On Rails scaffolding.

Goal

Automate/generate repetitive daily tasks (or at least the beginning of them) as a simple CRUD.

What I planned for the first version

Crud generator in JAVA, with standard structure (model, service, controller) with tests.
Maven and gradle support.
commands:

mvn quarkus:model -Dparams="User name:String age:Int createAt:Date"
mvn quarkus:repository -Dparams="User"
mvn quarkus:service -Dparams="User"
mvn quarkus:repository -Dparams="User"
mvn quarkus:scaffold -Dparams="User name:String age:Int createAt:Date"

Future

In the future this may go beyond generating crud and also generating initial settings.
ex:
mvn quarkus:config -Dparam="amazon-sqs"
and have to return:

add dependencies
add properties
add example of consumer and producer

In the future it will be possible to choose which target language, such as: kotlin.
and control this by some properties files that the generator will consult before executing.

This feature is still on WIP.

I post here to hear opinions about and help me complete this feature as well.
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.