Git Product home page Git Product logo

ktor-generation's Introduction

Hi there ๐Ÿ‘‹

Stats

Github Stats

ktor-generation's People

Contributors

kentr0w avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ktor-generation's Issues

Build Tool wrapper

Add build tool wrapper after project generation:
for Gradle:

gradle wrapper

for Maven:

mvn -N io.takari:maven:wrapper

DataBase Feature

Create demo project with db connection, explore how it works and implement this feature
DataBase option:

  • H2
  • Mysq
  • Postgres

Generate package

When creating each custom file, need to insert the package into file.
Package = $group.dirs

Maven 2

Added custom information into mavens fiiles

Routing Feature

Think about "response" routing. Also implement functionality to pass the argument to the request.

Maven 1

Created logic to generate empty, default mavens files

Pretty git and code

Make github page nice (code cov, readme, add project that cn be selected in issue, mb milestone)

Verification

Create handler for all possible negative cases

Dependency

In generation gradle/maven files add all dependencies. After all features was implemented - remove from file unused dependencies

Logging

Create logic to log logic in users folder

Handle all errors

When user entered the wrong information - there should be nice-error

Detect implemen ot not feature.

---
global:
  projectName: "qwdqw"
  buildType: "Gradle"
  group: "com.example"
  version: "0.0.1-SNAPSHOT"
  ktorVersion: "1.5.0"
  kotlinVersion: "1.4.21"
  port: "8080"
features:
  routes: []
  web:
    name: ""
    path: ""
    template: "FB"
    resources: []
  database:
    type: "MYSQL"
    path: ""
    port: "3306"
    host: "localhost"
    dbName: ""
    username: "root"
    password: ""
    entities: []
  socket:
    name: ""
    webPath: ""
    answer: ""
    closeWord: ""
    closeMessage: ""

Project files tree

Sketch and create logic of parsing information about files tree. (in same yaml file or in another ?)

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.