Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KubenQPL committed Oct 24, 2020
1 parent 873cb41 commit dba67fb
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .idea/cuba-project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 77 additions & 27 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# kvision-project-wizard
KVision project wizard plugin for intellij
Plugin with project creation wizard. For now it is very early version and supports only fullstack project with Ktor.
However, other project types will be added in future. Feel free to contribute,
but some unified/easier way to support different types will be added in future.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.example'
version '1.0-SNAPSHOT'
version '0.1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit dba67fb

Please sign in to comment.