Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/gradle-init
Generate new project for rapid development using Gradle
https://github.com/daggerok/gradle-init
gradle gradle-init gradle-initializer gradle-plugin groovy init initializer kotlin
Last synced: 17 days ago
JSON representation
Generate new project for rapid development using Gradle
- Host: GitHub
- URL: https://github.com/daggerok/gradle-init
- Owner: daggerok
- License: mit
- Created: 2021-06-15T18:36:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T18:38:38.000Z (over 3 years ago)
- Last Synced: 2024-11-11T15:40:00.540Z (3 months ago)
- Topics: gradle, gradle-init, gradle-initializer, gradle-plugin, groovy, init, initializer, kotlin
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gradle-init
Generate new project for rapid development using Gradle## getting help
```bash
gradle help --task :init
``````
> Task :help
Detailed task information for :initPath
:initType
InitBuild (org.gradle.buildinit.tasks.InitBuild)Options
--dsl Set the build script DSL to be used in generated scripts.
Available values are:
groovy
kotlin--package Set the package for source files.
--project-name Set the project name.
--split-project Split functionality across multiple subprojects?
--test-framework Set the test framework to be used.
Available values are:
junit
junit-jupiter
kotlintest
scalatest
spock
testng--type Set the type of project to generate.
Available values are:
basic
cpp-application
cpp-library
groovy-application
groovy-gradle-plugin
groovy-library
java-application
java-gradle-plugin
java-library
kotlin-application
kotlin-gradle-plugin
kotlin-library
pom
scala-application
scala-library
swift-application
swift-libraryDescription
Initializes a new Gradle build.Group
Build SetupBUILD SUCCESSFUL in 631ms
1 actionable task: 1 executed
```