-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for freemarker and binary files
feat: add `--name` and `--package` options to `create` command test: update unit test for `blank` template test: add unit test for `cli` template
- Loading branch information
1 parent
f89d258
commit cc0bb8b
Showing
9 changed files
with
114 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
./.editorconfig | ||
./.gitattributes | ||
./.gitignore | ||
./.vscode/settings.json | ||
644 ./.editorconfig | ||
644 ./.gitattributes | ||
644 ./.gitignore | ||
644 ./.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
644 ./.editorconfig | ||
644 ./.gitattributes | ||
644 ./.gitignore | ||
644 ./.vscode/settings.json | ||
644 ./build.gradle.kts | ||
644 ./gradle.properties | ||
644 ./gradle/libs.versions.toml | ||
644 ./gradle/wrapper/gradle-wrapper.jar | ||
644 ./gradle/wrapper/gradle-wrapper.properties | ||
644 ./gradlew.bat | ||
644 ./settings.gradle.kts | ||
644 ./spotless/config/prettierrc.json | ||
644 ./src/main/kotlin/com/example/App.kt | ||
644 ./src/main/kotlin/com/example/Main.kt | ||
644 ./src/test/kotlin/com/example/ExampleUnitTest.kt | ||
755 ./gradlew |